{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/6iIIX4SzvuX6GX8XtSv5/SVG_Prod.js", "ssg:https://framerusercontent.com/modules/OzeZiHkYuKoScvPyE3ru/tmjbRvKAz05La6RovxDH/Cjer4r_mY.js", "ssg:https://framerusercontent.com/modules/YcySTuHwYFW4sEJCNGZv/4CIdCaQyMMl21DVMEeVY/jJMj_pemW.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerDisableUnlink\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */function SVG(props){const[customSvgElement,setCustomSvgElement]=useState(null);useEffect(()=>{const svgContent=props.customSvgCode;processCustomSVGContent(svgContent);});const processCustomSVGContent=svgContent=>{const replacements=[[/width=\"[^\"]*\"/,'width=\"100%\"'],[/height=\"[^\"]*\"/,'height=\"100%\"']];const hasCustomStroke=svgContent.includes('stroke=\"');const hasCustomStrokeWidth=svgContent.includes('stroke-width=\"');const hasLineCap=svgContent.includes('stroke-linecap=\"');const hasLineJoin=svgContent.includes('stroke-linejoin=\"');if(svgContent.includes(\"<circle\")){const circleFillRegex=/<circle[^>]*fill=\"([^\"]*)\"/;const match=svgContent.match(circleFillRegex);if(match){const updatedCircle=match[0].replace(match[1],props.customColor);svgContent=svgContent.replace(circleFillRegex,updatedCircle);}else{replacements.push([/<circle/g,`<circle fill=\"${props.customColor}\"`]);}}if(hasCustomStroke){if(!hasLineCap){replacements.push([/<path/g,`<path stroke=\"${props.customColor}\"`]);}else{replacements.push([/<path/g,`<path stroke=\"${props.customColor}\" stroke-linecap=\"${props.lineCap}\"`]);}if(hasCustomStrokeWidth){replacements.push([/stroke-width=\"(?!0\\b)\\d+(\\.\\d+)?\"/g,`stroke-width=\"${props.customStrokeWidth}\"`]);}}else{replacements.push([/<path/g,`<path fill=\"${props.customColor}\"`]);}if(svgContent.includes('overflow=\"')){replacements.push([/overflow=\"[^\"]*\"/,`overflow=\"visible\"`]);}else{replacements.push([/<svg/,`<svg overflow=\"visible\"`]);}if(!hasLineJoin){replacements.push([/<path/g,`<path stroke-linejoin=\"${props.lineJoin}\"`]);}else{replacements.push([/stroke-linejoin=\"[^\"]*\"/,`stroke-linejoin=\"${props.lineJoin}\"`]);}replacements.forEach(([regex,replacement])=>{svgContent=svgContent.replace(regex,replacement);});setCustomSvgElement(svgContent);};const customContainerStyle={padding:`${props.customPadding}px`,display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",overflow:\"visible\"};const accessibilityProps={role:\"img\",...props.title&&{\"aria-label\":props.title},...props.description&&{\"aria-description\":props.description}};return /*#__PURE__*/_jsx(\"div\",{dangerouslySetInnerHTML:{__html:customSvgElement},style:customContainerStyle,...accessibilityProps});}SVG.displayName=\"SVG\";SVG.defaultProps={customSvgCode:`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_967_124)\"> <path d=\"M18 6.09674C18 6.0348 18.0246 5.97539 18.0684 5.93159L23.6013 0.398708C23.7484 0.251575 24 0.35578 24 0.563858V11.9033C24 11.9652 23.9754 12.0246 23.9316 12.0684L18 18V6.09674Z\" fill=\"white\"/> <path d=\"M6 18V6.56386C6 6.35578 5.74843 6.25158 5.60129 6.39871L0.0684074 11.9316C0.0246069 11.9754 0 12.0348 0 12.0967V23.7664C0 23.8954 0.104567 24 0.233557 24H11.9033C11.9652 24 12.0246 23.9754 12.0684 23.9316L18 18H6Z\" fill=\"white\"/> </g> <defs> <clipPath id=\"clip0_967_124\"> <rect width=\"24\" height=\"24\" fill=\"white\"/> </clipPath> </defs> </svg>`,customColor:\"#ffffff\",customPadding:0,customStrokeWidth:2,lineCap:\"butt\",lineJoin:\"miter\",title:\"\",description:\"\"};addPropertyControls(SVG,{customSvgCode:{type:ControlType.String,title:\"SVG Code\",displayTextArea:false},customColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"#ffffff\"},customPadding:{type:ControlType.Number,title:\"Padding\",defaultValue:0,min:0,step:1,displayStepper:true},customStrokeWidth:{type:ControlType.Number,title:\"Stroke\",defaultValue:2,min:0,step:.1,displayStepper:true,hidden:props=>!props.customSvgCode.includes('stroke=\"')},lineCap:{type:ControlType.Enum,title:\"Line Cap\",options:[\"butt\",\"round\",\"square\"],optionTitles:[\"Butt\",\"Round\",\"Square\"],defaultValue:\"butt\",hidden:props=>!props.customSvgCode.includes('stroke=\"')},lineJoin:{type:ControlType.Enum,title:\"Line Join\",options:[\"round\",\"miter\",\"bevel\"],optionTitles:[\"Round\",\"Miter\",\"Bevel\"],defaultValue:\"miter\",hidden:props=>!props.customSvgCode.includes('stroke=\"')},title:{type:ControlType.String,title:\"Title\",defaultValue:\"\",placeholder:\"Icon name...\"},description:{type:ControlType.String,title:\"Description\",defaultValue:\"\",placeholder:\"Icon purpose...\",description:\"More components at [Framer University](https://frameruni.link/cc).\"}});export default SVG;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SVG\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SVG_Prod.map", "// Generated by Framer (c126521)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/6iIIX4SzvuX6GX8XtSv5/SVG_Prod.js\";const SVGFonts=getFonts(SVG);const cycleOrder=[\"N3QOAztqp\",\"txycdUYJY\",\"gTKu1EqSN\",\"YUmA6vCjb\",\"RQT6ivGsp\",\"a6K5FWPrm\",\"EQGyDY_9U\",\"J6eCZ_eqS\",\"CSc0AhqTD\",\"gljpmISQV\",\"y5owylX37\",\"bM8iAj1hS\",\"SP4rBfYly\",\"gPpgQ4cDr\",\"o0zN1NYcX\",\"DYpgIB8o0\",\"FBZ5J3DKr\",\"SLH_obJay\",\"XWW1S7W07\",\"GNdRcXeA3\",\"dLt5eqd_G\",\"wmEgh0gVb\",\"hnpXlNjKb\",\"nY0ocR96O\",\"ga9VYBbfh\",\"AoU0uvJ9P\",\"W3JcetB7C\",\"XG_EyOmF2\",\"IuulmSbmc\",\"MVXk_Ryuq\",\"ggEp3J5cM\",\"VZrDvYJNd\",\"BWYaGzfDR\",\"ABCS9TqOm\",\"jVbJxalue\",\"CsqNubGcz\",\"d82U9RBd_\",\"SUG_HNj1v\",\"gJkVG71Xs\",\"XMlr8FgBf\",\"cMWF0wjt2\",\"XZY1l6PVO\",\"rl3o7Tpzi\",\"IoSbbIi6w\",\"OJW3dPGSc\",\"cmjUxxR6F\",\"K29kV8zhM\",\"VM_dbFjmD\",\"bVWs9I40v\"];const serializationHash=\"framer-i91j8\";const variantClassNames={a6K5FWPrm:\"framer-v-1bjgpuk\",ABCS9TqOm:\"framer-v-1wosmnq\",AoU0uvJ9P:\"framer-v-8sztqe\",bM8iAj1hS:\"framer-v-ienz88\",bVWs9I40v:\"framer-v-fd6716\",BWYaGzfDR:\"framer-v-orpy61\",cmjUxxR6F:\"framer-v-iiicnm\",cMWF0wjt2:\"framer-v-1jzxkve\",CSc0AhqTD:\"framer-v-1hojnk3\",CsqNubGcz:\"framer-v-hk8ymn\",d82U9RBd_:\"framer-v-yzwlhe\",dLt5eqd_G:\"framer-v-1tmhkc1\",DYpgIB8o0:\"framer-v-cal5nr\",EQGyDY_9U:\"framer-v-q12ez5\",FBZ5J3DKr:\"framer-v-6ahmjw\",ga9VYBbfh:\"framer-v-5fguz8\",ggEp3J5cM:\"framer-v-ovz55t\",gJkVG71Xs:\"framer-v-wadcte\",gljpmISQV:\"framer-v-1s8kk8o\",GNdRcXeA3:\"framer-v-it6elr\",gPpgQ4cDr:\"framer-v-1kkrt86\",gTKu1EqSN:\"framer-v-1ce4z4u\",hnpXlNjKb:\"framer-v-1v3sgeu\",IoSbbIi6w:\"framer-v-lyp8d7\",IuulmSbmc:\"framer-v-1n7hfi4\",J6eCZ_eqS:\"framer-v-3gyrid\",jVbJxalue:\"framer-v-2fhorv\",K29kV8zhM:\"framer-v-1m4yf2a\",MVXk_Ryuq:\"framer-v-a7tkeq\",N3QOAztqp:\"framer-v-ioz4rc\",nY0ocR96O:\"framer-v-10oasuy\",o0zN1NYcX:\"framer-v-12tz2rj\",OJW3dPGSc:\"framer-v-4xbeut\",rl3o7Tpzi:\"framer-v-1kaejh4\",RQT6ivGsp:\"framer-v-1vfiii3\",SLH_obJay:\"framer-v-w8k934\",SP4rBfYly:\"framer-v-gj2m1w\",SUG_HNj1v:\"framer-v-fuxqvj\",txycdUYJY:\"framer-v-2t56ty\",VM_dbFjmD:\"framer-v-1086rw0\",VZrDvYJNd:\"framer-v-eole4o\",W3JcetB7C:\"framer-v-1mxrlij\",wmEgh0gVb:\"framer-v-6iwlco\",XG_EyOmF2:\"framer-v-bszoo9\",XMlr8FgBf:\"framer-v-jbfre7\",XWW1S7W07:\"framer-v-ttyfka\",XZY1l6PVO:\"framer-v-1ylxcke\",y5owylX37:\"framer-v-1bphhgx\",YUmA6vCjb:\"framer-v-13dxigb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Arrow Down\":\"ABCS9TqOm\",\"Arrow Left\":\"jVbJxalue\",\"Arrow Right\":\"BWYaGzfDR\",\"Arrow Top Circle\":\"gPpgQ4cDr\",\"Arrow Up\":\"VZrDvYJNd\",\"Bubble Notification\":\"o0zN1NYcX\",\"Corner Down Right\":\"CsqNubGcz\",\"Corner Up Right\":\"d82U9RBd_\",\"Eye Off\":\"rl3o7Tpzi\",\"Folder Bookmarked\":\"ggEp3J5cM\",\"Pen Tool\":\"DYpgIB8o0\",\"Right Caret\":\"bVWs9I40v\",Alarm:\"AoU0uvJ9P\",At:\"bM8iAj1hS\",Attachment:\"hnpXlNjKb\",Bag:\"MVXk_Ryuq\",Battery:\"OJW3dPGSc\",Broom:\"XMlr8FgBf\",Bubble:\"CSc0AhqTD\",Cellphone:\"y5owylX37\",Cloud:\"a6K5FWPrm\",Compass:\"XWW1S7W07\",Copy:\"SLH_obJay\",Cursor:\"gljpmISQV\",Email:\"EQGyDY_9U\",Eye:\"XZY1l6PVO\",Folder:\"txycdUYJY\",Folders:\"wmEgh0gVb\",GIft:\"ga9VYBbfh\",Graph:\"FBZ5J3DKr\",Home:\"N3QOAztqp\",Inbox:\"YUmA6vCjb\",Magic:\"cMWF0wjt2\",Moon:\"nY0ocR96O\",Notifications:\"RQT6ivGsp\",People:\"dLt5eqd_G\",Phone:\"K29kV8zhM\",Question:\"VM_dbFjmD\",Redo:\"SUG_HNj1v\",Search:\"J6eCZ_eqS\",Settings:\"gTKu1EqSN\",Share:\"SP4rBfYly\",Shield:\"cmjUxxR6F\",Star:\"gJkVG71Xs\",Store:\"GNdRcXeA3\",Sun:\"IuulmSbmc\",TV:\"IoSbbIi6w\",User:\"XG_EyOmF2\"};const getProps=({color,height,id,width,...props})=>{return{...props,riJtIX2WW:color??props.riJtIX2WW??\"rgb(255, 255, 255)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"N3QOAztqp\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,riJtIX2WW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"N3QOAztqp\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ioz4rc\",className,classNames),\"data-framer-name\":\"Home\",layoutDependency:layoutDependency,layoutId:\"N3QOAztqp\",ref:ref??ref1,style:{...style},...addPropertyOverrides({a6K5FWPrm:{\"data-framer-name\":\"Cloud\"},ABCS9TqOm:{\"data-framer-name\":\"Arrow Down\"},AoU0uvJ9P:{\"data-framer-name\":\"Alarm\"},bM8iAj1hS:{\"data-framer-name\":\"At\"},bVWs9I40v:{\"data-framer-name\":\"Right Caret\"},BWYaGzfDR:{\"data-framer-name\":\"Arrow Right\"},cmjUxxR6F:{\"data-framer-name\":\"Shield\"},cMWF0wjt2:{\"data-framer-name\":\"Magic\"},CSc0AhqTD:{\"data-framer-name\":\"Bubble\"},CsqNubGcz:{\"data-framer-name\":\"Corner Down Right\"},d82U9RBd_:{\"data-framer-name\":\"Corner Up Right\"},dLt5eqd_G:{\"data-framer-name\":\"People\"},DYpgIB8o0:{\"data-framer-name\":\"Pen Tool\"},EQGyDY_9U:{\"data-framer-name\":\"Email\"},FBZ5J3DKr:{\"data-framer-name\":\"Graph\"},ga9VYBbfh:{\"data-framer-name\":\"GIft\"},ggEp3J5cM:{\"data-framer-name\":\"Folder Bookmarked\"},gJkVG71Xs:{\"data-framer-name\":\"Star\"},gljpmISQV:{\"data-framer-name\":\"Cursor\"},GNdRcXeA3:{\"data-framer-name\":\"Store\"},gPpgQ4cDr:{\"data-framer-name\":\"Arrow Top Circle\"},gTKu1EqSN:{\"data-framer-name\":\"Settings\"},hnpXlNjKb:{\"data-framer-name\":\"Attachment\"},IoSbbIi6w:{\"data-framer-name\":\"TV\"},IuulmSbmc:{\"data-framer-name\":\"Sun\"},J6eCZ_eqS:{\"data-framer-name\":\"Search\"},jVbJxalue:{\"data-framer-name\":\"Arrow Left\"},K29kV8zhM:{\"data-framer-name\":\"Phone\"},MVXk_Ryuq:{\"data-framer-name\":\"Bag\"},nY0ocR96O:{\"data-framer-name\":\"Moon\"},o0zN1NYcX:{\"data-framer-name\":\"Bubble Notification\"},OJW3dPGSc:{\"data-framer-name\":\"Battery\"},rl3o7Tpzi:{\"data-framer-name\":\"Eye Off\"},RQT6ivGsp:{\"data-framer-name\":\"Notifications\"},SLH_obJay:{\"data-framer-name\":\"Copy\"},SP4rBfYly:{\"data-framer-name\":\"Share\"},SUG_HNj1v:{\"data-framer-name\":\"Redo\"},txycdUYJY:{\"data-framer-name\":\"Folder\"},VM_dbFjmD:{\"data-framer-name\":\"Question\"},VZrDvYJNd:{\"data-framer-name\":\"Arrow Up\"},W3JcetB7C:{\"data-framer-name\":\"Shield\"},wmEgh0gVb:{\"data-framer-name\":\"Folders\"},XG_EyOmF2:{\"data-framer-name\":\"User\"},XMlr8FgBf:{\"data-framer-name\":\"Broom\"},XWW1S7W07:{\"data-framer-name\":\"Compass\"},XZY1l6PVO:{\"data-framer-name\":\"Eye\"},y5owylX37:{\"data-framer-name\":\"Cellphone\"},YUmA6vCjb:{\"data-framer-name\":\"Inbox\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3fgyhg-container\",layoutDependency:layoutDependency,layoutId:\"SDtL5RTm2-container\",children:/*#__PURE__*/_jsx(SVG,{customColor:riJtIX2WW,customPadding:0,customStrokeWidth:2,customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 9L12 2.5L20 9V20H4V9Z\" stroke=\"black\" stroke-width=\"2\"/> </svg>',description:\"\",height:\"100%\",id:\"SDtL5RTm2\",layoutId:\"SDtL5RTm2\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},title:\"\",width:\"100%\",...addPropertyOverrides({a6K5FWPrm:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 18.9998C4.23858 18.9998 2 16.7612 2 13.9998C2 11.4671 3.88316 9.37417 6.32568 9.0449C7.13649 6.691 9.37075 4.99982 12 4.99982C15.3137 4.99982 18 7.68611 18 10.9998C20.2091 10.9998 22 12.7907 22 14.9998C22 17.209 20.2091 18.9998 18 18.9998H7Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\"/> </svg>'},ABCS9TqOm:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M19 14L12 21L5 14M12 4L12 20.5\" stroke=\"black\" stroke-width=\"2\"/> </svg>',lineCap:\"square\"},AoU0uvJ9P:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 7.99976V11.9998L14.5 14.4998M2 5.24976L5 2.24976M22 5.24976L19 2.24976M21 11.9998C21 16.9703 16.9706 20.9998 12 20.9998C7.02944 20.9998 3 16.9703 3 11.9998C3 7.02919 7.02944 2.99976 12 2.99976C16.9706 2.99976 21 7.02919 21 11.9998Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},bM8iAj1hS:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16.7368 19.6539C15.361 20.5072 13.738 20.9998 12 20.9998C7.02944 20.9998 3 16.9704 3 11.9998C3 7.02925 7.02944 2.99982 12 2.99982C16.9706 2.99982 21 7.02925 21 11.9998C21 13.926 20.0428 15.9153 17.8101 15.7123C15.9733 15.5453 14.6512 13.8735 14.9121 12.0477L15.4274 8.49982M14.8581 12.4673C14.559 14.5958 12.8066 16.1091 10.9442 15.8474C9.08175 15.5856 7.81444 13.6479 8.11358 11.5194C8.41272 9.3909 10.165 7.87759 12.0275 8.13934C13.8899 8.40109 15.1573 10.3388 14.8581 12.4673Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},bVWs9I40v:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 2.86256L5.92894 1L20 12L5.92894 23L4 21.1374L15.7371 12L4 2.86256Z\"/> </svg>'},BWYaGzfDR:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13.5 5L20.5 12L13.5 19M3.5 12L20 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',lineCap:\"square\"},cmjUxxR6F:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 23C12 23 23.5708 20.178 22.978 4.70307C22.978 4.70307 16.9941 4.96801 12 1C7.00589 4.96801 1.02202 4.70307 1.02202 4.70307C0.429241 20.178 12 23 12 23ZM10.0235 13.9761L17.0671 7.16219L18.8953 8.66218L9.92219 17.3424L5.0878 12.1215L7.00436 10.716L10.0235 13.9768V13.9761Z\"/> </svg>',lineCap:\"square\"},cMWF0wjt2:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18 2.08579L21.9142 6L6 21.9142L2.08578 18L18 2.08579ZM15.6642 7.25L16.75 8.33579L19.0858 6L18 4.91421L15.6642 7.25ZM15.3358 9.75L14.25 8.66421L4.91421 18L6 19.0858L15.3358 9.75Z\" fill=\"black\"/> <path d=\"M10 2L11 0L12 2L14 3L12 4L11 6L10 4L8 3L10 2Z\" fill=\"black\"/> <path d=\"M19 13L20 11L21 13L23 14L21 15L20 17L19 15L17 14L19 13Z\" fill=\"black\"/> <path d=\"M5 7L6 5L7 7L9 8L7 9L6 11L5 9L3 8L5 7Z\" fill=\"black\"/> </svg>',lineCap:\"square\"},CSc0AhqTD:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.5 11.9998C21.5 6.99982 17.8056 3.99982 12 3.99982C6.19444 3.99982 2.5 6.99982 2.5 11.9998C2.5 13.2941 3.39422 15.4894 3.53656 15.8307C3.54957 15.8619 3.56246 15.8903 3.57409 15.9221C3.67156 16.1879 4.06312 17.582 2.5 19.6437C4.61111 20.6437 6.8531 18.9998 6.8531 18.9998C8.40425 19.8152 10.2499 19.9998 12 19.9998C17.8056 19.9998 21.5 16.9998 21.5 11.9998Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},CsqNubGcz:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 5V15H19\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"square\"/> <path d=\"M16 11L20 15L16 19\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},d82U9RBd_:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 19V9H5.5\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"square\"/> <path d=\"M8 13L4 9L8 5\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},dLt5eqd_G:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M1.5 19.9998L0.502475 19.9294L0.427027 20.9998H1.5V19.9998ZM13.5 19.9998V20.9998H14.573L14.4975 19.9294L13.5 19.9998ZM22.5 19.9998V20.9998H23.573L23.4975 19.9294L22.5 19.9998ZM9.5 6.99976C9.5 8.10433 8.60457 8.99976 7.5 8.99976V10.9998C9.70914 10.9998 11.5 9.20889 11.5 6.99976H9.5ZM7.5 8.99976C6.39543 8.99976 5.5 8.10433 5.5 6.99976H3.5C3.5 9.20889 5.29086 10.9998 7.5 10.9998V8.99976ZM5.5 6.99976C5.5 5.89519 6.39543 4.99976 7.5 4.99976V2.99976C5.29086 2.99976 3.5 4.79062 3.5 6.99976H5.5ZM7.5 4.99976C8.60457 4.99976 9.5 5.89519 9.5 6.99976H11.5C11.5 4.79062 9.70914 2.99976 7.5 2.99976V4.99976ZM18.5 6.99976C18.5 8.10433 17.6046 8.99976 16.5 8.99976V10.9998C18.7091 10.9998 20.5 9.20889 20.5 6.99976H18.5ZM16.5 8.99976C15.3954 8.99976 14.5 8.10433 14.5 6.99976H12.5C12.5 9.20889 14.2909 10.9998 16.5 10.9998V8.99976ZM14.5 6.99976C14.5 5.89519 15.3954 4.99976 16.5 4.99976V2.99976C14.2909 2.99976 12.5 4.79062 12.5 6.99976H14.5ZM16.5 4.99976C17.6046 4.99976 18.5 5.89519 18.5 6.99976H20.5C20.5 4.79062 18.7091 2.99976 16.5 2.99976V4.99976ZM1.5 20.9998H13.5V18.9998H1.5V20.9998ZM2.49752 20.0701C2.79785 15.8096 5.29963 13.9998 7.5 13.9998C9.70037 13.9998 12.2021 15.8096 12.5025 20.0701L14.4975 19.9294C14.1399 14.8566 10.9707 11.9998 7.5 11.9998C4.02933 11.9998 0.860067 14.8566 0.502475 19.9294L2.49752 20.0701ZM14.6994 14.405C16.0604 13.7659 17.6363 13.8805 18.9286 14.7647C20.2142 15.6442 21.3113 17.3575 21.5025 20.0701L23.4975 19.9294C23.2719 16.7281 21.9393 14.4011 20.0579 13.114C18.1833 11.8315 15.8548 11.653 13.8494 12.5946L14.6994 14.405ZM17 20.9998H22.5V18.9998H17V20.9998Z\" fill=\"black\"/> </svg>',lineCap:\"square\"},DYpgIB8o0:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <circle cx=\"10\" cy=\"14.1426\" r=\"2\" fill=\"white\"/> <path d=\"M3.5 20.5L10 14\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"square\"/> <path d=\"M18.0858 11.7135L14.3284 19.6425L3.00002 21.1424L4.42895 9.74298L12.429 6.05666M18.0858 11.7135L12.429 6.05666M18.0858 11.7135L19.5 13.1277L22 10.6277L13.5147 2.14246L11.0147 4.64245L12.429 6.05666\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},EQGyDY_9U:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.0015 8.99982C18.4942 10.8835 15.3775 11.9998 12 11.9998C8.62252 11.9998 5.50577 10.8835 2.99854 8.99982M3 4.99982H21V18.9998H3V4.99982Z\" stroke=\"black\" stroke-width=\"2\"/> </svg>'},FBZ5J3DKr:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 17.9998H21V3.99982H3V17.9998H9M15 17.9998L16 21.4998M15 17.9998H9M9 17.9998L8 21.4998M8 12.9998V13.9998M12 7.99982V13.9998M16 10.9998V13.9998\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},ga9VYBbfh:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 11.9998H4V7.99976H20V11.9998H19M5 11.9998V19.9998H19V11.9998M5 11.9998H19M12 7.99976V6.33309M12 7.99976H10.3333C8.49238 7.99976 7 6.50737 7 4.66642C7 3.74595 7.74619 2.99976 8.66667 2.99976C10.5076 2.99976 12 4.49214 12 6.33309M12 7.99976H13.6667C15.5076 7.99976 17 6.50737 17 4.66642C17 3.74595 16.2538 2.99976 15.3333 2.99976C13.4924 2.99976 12 4.49214 12 6.33309M12 7.99976V19.9998\" stroke=\"black\" stroke-width=\"2\"/> </svg>',lineCap:\"square\"},ggEp3J5cM:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 10V4H10L12 7H21V19H11M7 14H2V20L4.5 18.5L7 20V14Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},gJkVG71Xs:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C15.0556 12 12 15.0556 12 22C12 15.0556 8.94444 12 2 12C8.94444 12 12 8.94444 12 2C12 8.94444 15.0556 12 22 12Z\" stroke=\"black\" stroke-width=\"2\"/> </svg>',lineCap:\"square\"},gljpmISQV:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <g clip-path=\"url(#clip0_5952_149065)\"> <path d=\"M3.5 3.49982L10 21.4998L13.5 13.4998L21.5 9.99982L3.5 3.49982Z\" stroke=\"black\" stroke-width=\"2\"/> </g> <defs> <clipPath id=\"clip0_5952_149065\"> <rect width=\"24\" height=\"24\" fill=\"white\"/> </clipPath> </defs> </svg>'},GNdRcXeA3:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4 20H3V21H4V20ZM20 20V21H21V20H20ZM14 17L15 17L15 17L14 17ZM10 17L11 17L11 17L10 17ZM21 8H22C22 7.78363 21.9298 7.5731 21.8 7.4L21 8ZM3 8L2.2 7.4C2.07018 7.5731 2 7.78363 2 8H3ZM6 4V3H5.5L5.2 3.4L6 4ZM18 4L18.8 3.4L18.5 3H18V4ZM18 11C16.8954 11 16 10.1046 16 9H14C14 11.2091 15.7909 13 18 13V11ZM6 13C8.20914 13 10 11.2091 10 9H8C8 10.1046 7.10457 11 6 11V13ZM10 9V8H8V9H10ZM14 8V9H16V8H14ZM12 13C14.2091 13 16 11.2091 16 9H14C14 10.1046 13.1046 11 12 11V13ZM12 11C10.8954 11 10 10.1046 10 9H8C8 11.2091 9.79086 13 12 13V11ZM4 21H10V19H4V21ZM10 21H14V19H10V21ZM14 21H20V19H14V21ZM13 17L13 20L15 20L15 17L13 17ZM11 20L11 17L9.00001 17L9 20L11 20ZM12 16C12.5523 16 13 16.4477 13 17L15 17C15 15.3431 13.6569 14 12 14V16ZM12 14C10.3432 14 9.00001 15.3431 9.00001 17L11 17C11 16.4477 11.4477 16 12 16V14ZM3 11.2361V20H5V11.2361H3ZM2 9C2 10.1848 2.51635 11.2502 3.33309 11.9812L4.66691 10.491C4.25615 10.1233 4 9.59224 4 9H2ZM3.33309 11.9812C4.0401 12.614 4.97617 13 6 13V11C5.48712 11 5.02142 10.8083 4.66691 10.491L3.33309 11.9812ZM21 20V11.2361H19V20H21ZM18 13C19.0238 13 19.9599 12.614 20.6669 11.9812L19.3331 10.491C18.9786 10.8083 18.5129 11 18 11V13ZM20.6669 11.9812C21.4836 11.2502 22 10.1848 22 9H20C20 9.59224 19.7438 10.1233 19.3331 10.491L20.6669 11.9812ZM22 9V8H20V9H22ZM21 7H15V9H21V7ZM15 7H9V9H15V7ZM9 7H3V9H9V7ZM2 8V9H4V8H2ZM6 5H18V3H6V5ZM17.2 4.6L20.2 8.6L21.8 7.4L18.8 3.4L17.2 4.6ZM3.8 8.6L6.8 4.6L5.2 3.4L2.2 7.4L3.8 8.6ZM21 7H3V9H21V7Z\" fill=\"white\"/> </svg>',lineCap:\"square\"},gPpgQ4cDr:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 17V8M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z\" stroke=\"white\" stroke-width=\"2\"/> <path d=\"M8 12L12 8L16 12\" stroke=\"white\" stroke-width=\"2\"/> </svg>'},gTKu1EqSN:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9.3 5.70006L6.375 5.02506L5.025 6.37506L5.7 9.30006L3 11.1001V12.9001L5.7 14.7001L5.025 17.6251L6.375 18.9751L9.3 18.3001L11.1 21.0001H12.9L14.7 18.3001L17.625 18.9751L18.975 17.6251L18.3 14.7001L21 12.9001V11.1001L18.3 9.30006L18.975 6.37506L17.625 5.02506L14.7 5.70006L12.9 3.00006H11.1L9.3 5.70006Z\" stroke=\"black\" stroke-width=\"2\"/> <path d=\"M15 12.0001C15 13.6569 13.6569 15.0001 12 15.0001C10.3431 15.0001 9 13.6569 9 12.0001C9 10.3432 10.3431 9.00006 12 9.00006C13.6569 9.00006 15 10.3432 15 12.0001Z\" stroke=\"black\" stroke-width=\"2\"/> </svg>'},hnpXlNjKb:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M13 2.99976H19V20.9998H5V15.9998M6 7.99976V4.49976C6 3.67133 6.67157 2.99976 7.5 2.99976C8.32843 2.99976 9 3.67133 9 4.49976V8.99976C9 10.6566 7.65685 11.9998 6 11.9998C4.34315 11.9998 3 10.6566 3 8.99976V4.99976\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},IoSbbIi6w:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M18 20C16.114 19.3513 14.0967 19 12 19C9.90334 19 7.88601 19.3513 6 20M3 4H21V16H3V4Z\" stroke=\"black\" stroke-width=\"2\" stroke-linejoin=\"round\"/> </svg>',lineCap:\"square\"},IuulmSbmc:{customSvgCode:'<svg width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12 3.02246V2.02246M12 22.0225V21.0225M18.3598 5.66251L19.0698 4.95251M4.93016 19.0924L5.64016 18.3824M21 12.0225H22M2 12.0225H3M18.3598 18.3824L19.0698 19.0924M4.93016 4.95251L5.64016 5.66251M15.5355 8.48693C17.4882 10.4395 17.4882 13.6054 15.5355 15.558C13.5829 17.5106 10.4171 17.5106 8.46447 15.558C6.51185 13.6054 6.51185 10.4395 8.46447 8.48693C10.4171 6.53431 13.5829 6.53431 15.5355 8.48693Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},J6eCZ_eqS:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 19.9998L16.05 16.0498M18 10.9998C18 14.8658 14.866 17.9998 11 17.9998C7.13401 17.9998 4 14.8658 4 10.9998C4 7.13382 7.13401 3.99982 11 3.99982C14.866 3.99982 18 7.13382 18 10.9998Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},jVbJxalue:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.5 19L3.5 12L10.5 5M20.5 12L4 12\" stroke=\"black\" stroke-width=\"2\"/> </svg>',lineCap:\"square\"},K29kV8zhM:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21.3953 15.67C19.9959 15.67 18.146 15.2186 16.9881 14.8342C16.4164 14.6379 15.7724 14.7898 15.406 15.1652L12.8804 16.9663C9.96572 15.4285 8.1249 13.5832 6.59601 10.7083L8.76797 8.45133C9.20579 8.02708 9.35324 7.39656 9.17052 6.8158C8.62052 5.13053 8.33466 3.70476 8.33466 2.60568C8.33466 1.72549 7.61097 1.0009 6.73894 1.0009L2.60478 1C1.72459 1 1 1.72369 1 2.60478C1 13.6581 10.3419 23 21.3952 23C22.2844 23 23 22.2763 23 21.3952V17.2738C23 16.3891 22.2846 15.67 21.3953 15.67Z\"/> <path d=\"M13.0001 2.34974V2.82069C13.0001 3.0105 13.1517 3.1622 13.3424 3.17014C15.3103 3.25354 17.1465 4.05805 18.5443 5.45577C19.942 6.8535 20.7457 8.68965 20.8299 10.6577C20.8378 10.8475 20.9887 10.9992 21.1793 11H21.6503C21.8456 11 22.0076 10.8396 21.9997 10.6434C21.9124 8.36815 20.9871 6.24355 19.3717 4.62905C17.7564 3.01368 15.6318 2.08847 13.3566 2.00023C13.1612 1.99308 13.0001 2.15436 13.0001 2.34974Z\"/> <path d=\"M13 5.33345V5.78023C13 5.95428 13.1341 6.09893 13.3074 6.10948C14.5033 6.18256 15.6155 6.68209 16.4669 7.53345C17.3184 8.38483 17.818 9.49694 17.8911 10.6926C17.9016 10.8659 18.047 11 18.2203 11H18.6672C18.8586 11 19.01 10.838 18.9995 10.6466C18.9151 9.1722 18.3017 7.79862 17.2513 6.7484C16.2009 5.69813 14.8281 5.08483 13.3527 5.00045C13.162 4.99066 13 5.14208 13 5.33345Z\"/> <path d=\"M13 8.28886V8.67812C13 8.82573 13.113 8.94526 13.2593 8.96353C13.7093 9.0197 14.1254 9.22283 14.4513 9.54874C14.7772 9.87465 14.9803 10.2907 15.0365 10.7407C15.0548 10.8877 15.1743 11 15.3219 11H15.7112C15.8797 11 16.0155 10.8557 15.9986 10.6885C15.9287 10.0014 15.6269 9.3639 15.1312 8.8688C14.6361 8.37373 13.9987 8.07198 13.3115 8.00144C13.1443 7.98446 13 8.12034 13 8.28886Z\"/> </svg>'},MVXk_Ryuq:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M15 7.99976C15 9.65661 13.6569 10.9998 12 10.9998C10.3431 10.9998 9 9.65661 9 7.99976M5 3.99976L4 19.9998H20L19 3.99976H5Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},nY0ocR96O:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17.9999 13.9997C19.0296 13.9997 20.0149 13.8048 20.9199 13.4498C20.2254 17.749 16.497 21.032 12.0019 21.032C7.01243 21.032 2.96771 16.9873 2.96771 11.9979C2.96771 7.50274 6.25075 3.7744 10.5498 3.07982C10.1949 3.98485 9.99994 4.97007 9.99994 5.99975C9.99994 10.418 13.5817 13.9997 17.9999 13.9997Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\"/> </svg>',lineCap:\"square\"},o0zN1NYcX:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M12.0022 3.99983L3.0022 3.99984V18.0356H9.0155L11.9979 20.5356L15.0155 18.0356L21.0022 18.0356V13.0177M22 5.99982C22 7.65667 20.6569 8.99982 19 8.99982C17.3431 8.99982 16 7.65667 16 5.99982C16 4.34296 17.3431 2.99982 19 2.99982C20.6569 2.99982 22 4.34296 22 5.99982Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},OJW3dPGSc:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M7 6H2V18H4.5M16.5 6H19V18H14M12 6L7.5 12H13.5L9 18M19 9H22V15H19V9Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},rl3o7Tpzi:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10.607 4.09503L9.61619 4.23054L9.88722 6.21209L10.878 6.07658L10.607 4.09503ZM22 12L22.8882 12.4594L23.1258 12L22.8882 11.5406L22 12ZM19.5181 14.02L18.8948 14.802L20.4587 16.0486L21.082 15.2667L19.5181 14.02ZM2 12.0001L1.11178 11.5406L0.874156 12.0001L1.11178 12.4595L2 12.0001ZM7.18937 7.48113C7.65206 7.17957 7.78268 6.56002 7.48113 6.09733C7.17957 5.63464 6.56002 5.50402 6.09733 5.80558L7.18937 7.48113ZM17.9027 18.1944C18.3654 17.8929 18.496 17.2733 18.1944 16.8106C17.8929 16.3479 17.2733 16.2173 16.8106 16.5189L17.9027 18.1944ZM10.878 6.07658C14.5691 5.57172 18.5834 7.57116 21.1118 12.4594L22.8882 11.5406C20.0548 6.06256 15.3042 3.45256 10.607 4.09503L10.878 6.07658ZM21.082 15.2667C21.7444 14.4356 22.3505 13.4991 22.8882 12.4594L21.1118 11.5406C20.6305 12.4711 20.0946 13.2968 19.5181 14.02L21.082 15.2667ZM12 14C10.8954 14 10 13.1046 10 12H8C8 14.2091 9.79086 16 12 16V14ZM2.29289 3.70711L9.17157 10.5858L10.5858 9.17157L3.70711 2.29289L2.29289 3.70711ZM10 12C10 11.4474 10.2228 10.9488 10.5858 10.5858L9.17157 9.17157C8.44881 9.89434 8 10.8957 8 12H10ZM9.17157 10.5858L13.4142 14.8284L14.8284 13.4142L10.5858 9.17157L9.17157 10.5858ZM13.4142 14.8284L20.2929 21.7071L21.7071 20.2929L14.8284 13.4142L13.4142 14.8284ZM13.4142 13.4142C13.0512 13.7772 12.5526 14 12 14V16C13.1043 16 14.1057 15.5512 14.8284 14.8284L13.4142 13.4142ZM2.29289 3.70711L20.2929 21.7071L21.7071 20.2929L3.70711 2.29289L2.29289 3.70711ZM2.88822 12.4595C4.0635 10.1872 5.56387 8.54054 7.18937 7.48113L6.09733 5.80558C4.14612 7.07728 2.42496 9.00176 1.11178 11.5406L2.88822 12.4595ZM1.11178 12.4595C3.00295 16.1158 5.74306 18.4987 8.78165 19.4861C11.8271 20.4757 15.0837 20.0317 17.9027 18.1944L16.8106 16.5189C14.4793 18.0383 11.8492 18.3799 9.39972 17.584C6.94336 16.7858 4.58027 14.812 2.88822 11.5406L1.11178 12.4595Z\" fill=\"black\"/> </svg>',lineCap:\"square\"},RQT6ivGsp:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M16 18.0001C15.3267 19.766 13.7891 21.0001 12 21.0001C10.2109 21.0001 8.67327 19.766 8 18.0001M20 18.0001L18.793 8.94743C18.339 5.54277 15.4348 3.00006 12 3.00006C8.56521 3.00006 5.66097 5.54276 5.20702 8.94743L4 18.0001H20Z\" stroke=\"black\" stroke-width=\"2\"/> </svg>'},SLH_obJay:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M9 8.99982V2.99982H21V14.9998H15M15 8.99982H3V20.9998H15V8.99982Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},SP4rBfYly:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 8V19H19M8 14V13C8 10.2386 10.2386 8 13 8H19M16.5 4.5L20 8L16.5 11.5\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},SUG_HNj1v:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M17 5L21 9L17 13M20 9H3V18H12\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},txycdUYJY:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M3 3.99982V18.9998H21V6.99982H12L10 3.99982H3Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\"/> </svg>'},VM_dbFjmD:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M14.8657 8.17036H3.14487C1.96168 8.17439 1.00397 9.1453 1 10.3439V18.218C1.00397 19.4165 1.96165 20.3874 3.14487 20.3915H4.39465L6.96765 23V20.3915H14.8657C16.0479 20.3874 17.0056 19.4165 17.0096 18.218V10.3439C17.0056 9.14532 16.0479 8.17439 14.8657 8.17036ZM5.63547 15.0866C5.20729 15.0715 4.86754 14.715 4.86754 14.2809C4.86754 13.8468 5.20729 13.4902 5.63547 13.4751C6.06366 13.4902 6.40341 13.8468 6.40341 14.2809C6.40341 14.715 6.06366 15.0715 5.63547 15.0866ZM9.00528 15.0866C8.5761 15.0715 8.23734 14.715 8.23734 14.2809C8.23734 13.8468 8.5761 13.4902 9.00528 13.4751C9.43346 13.4902 9.77222 13.8468 9.77222 14.2809C9.77222 14.715 9.43346 15.0715 9.00528 15.0866ZM12.3741 15.0866C11.9459 15.0715 11.6062 14.715 11.6062 14.2809C11.6062 13.8468 11.9459 13.4902 12.3741 13.4751C12.8023 13.4902 13.142 13.8468 13.142 14.2809C13.142 14.715 12.8023 15.0715 12.3741 15.0866ZM23 3.16754V11.0476C22.996 12.2461 22.0363 13.215 20.8541 13.215H18.597V10.3466C18.595 9.34242 18.2016 8.38055 17.5012 7.67047C16.8008 6.96038 15.8521 6.56156 14.8616 6.55955H6.99329V3.16744C6.99726 1.9689 7.95695 1 9.13915 1H20.8539C22.0361 1 22.9958 1.9689 22.9997 3.16744L23 3.16754Z\"/> </svg>'},VZrDvYJNd:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M5 11L12 4L19 11M12 21V4.5\" stroke=\"black\" stroke-width=\"2\"/> </svg>',lineCap:\"square\"},W3JcetB7C:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M20 5.74976L12 2.99976L4 5.74976V11.9121C4 16.8846 8 18.9998 12 21.1577C16 18.9998 20 16.8846 20 11.9121V5.74976Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>',lineCap:\"square\"},wmEgh0gVb:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M6 6.99976V3.99976H12L14 5.99976H22V15.9998H18M2 19.9998V7.99976H8L10 9.99976H18V19.9998H2Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\"/> </svg>',lineCap:\"square\"},XG_EyOmF2:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.5 19.9998L3.50439 19.9062L3.40158 20.9998H4.5V19.9998ZM19.5 19.9998V20.9998H20.5984L20.4956 19.9062L19.5 19.9998ZM14.5 6.49976C14.5 7.88047 13.3807 8.99976 12 8.99976V10.9998C14.4853 10.9998 16.5 8.98504 16.5 6.49976H14.5ZM12 8.99976C10.6193 8.99976 9.5 7.88047 9.5 6.49976H7.5C7.5 8.98504 9.51472 10.9998 12 10.9998V8.99976ZM9.5 6.49976C9.5 5.11904 10.6193 3.99976 12 3.99976V1.99976C9.51472 1.99976 7.5 4.01447 7.5 6.49976H9.5ZM12 3.99976C13.3807 3.99976 14.5 5.11904 14.5 6.49976H16.5C16.5 4.01447 14.4853 1.99976 12 1.99976V3.99976ZM5.49561 20.0934C5.82124 16.6296 8.37737 13.9998 12 13.9998V11.9998C7.24222 11.9998 3.91665 15.5208 3.50439 19.9062L5.49561 20.0934ZM12 13.9998C15.6226 13.9998 18.1788 16.6296 18.5044 20.0934L20.4956 19.9062C20.0834 15.5208 16.7578 11.9998 12 11.9998V13.9998ZM4.5 20.9998H19.5V18.9998H4.5V20.9998Z\" fill=\"black\"/> </svg>',lineCap:\"square\"},XMlr8FgBf:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2118 11.6934L21.3643 2.62471L19.6253 1.63672L14.3057 10.9996L13.7247 10.7882C11.5982 10.0142 9.50034 11.2064 8.44386 12.8684C7.56856 14.2454 6.40339 15.1966 4.9461 16.1681L3.39844 17.1999L15.2382 22.1858L15.714 21.6998C17.6004 19.7732 18.6225 18.046 18.9585 15.6529C19.2114 13.8511 17.9954 12.3426 16.4747 11.7891L16.2118 11.6934ZM10.1317 13.9413C10.8507 12.8102 12.0573 12.3096 13.0407 12.6676L15.7907 13.6685C16.62 13.9703 17.0726 14.7001 16.9779 15.3749C16.7429 17.0491 16.1075 18.3158 14.749 19.8097L11.2241 18.3253L11.9992 15.9998L9.32812 17.5269L7.52954 16.7695C8.50318 15.9955 9.39426 15.1014 10.1317 13.9413Z\" fill=\"black\"/> <path d=\"M9.66667 3.66667L10.5 2L11.3333 3.66667L13 4.5L11.3333 5.33333L10.5 7L9.66667 5.33333L8 4.5L9.66667 3.66667Z\" fill=\"black\"/> <path d=\"M5.5 5L4.33333 7.33333L2 8.5L4.33333 9.66667L5.5 12L6.66667 9.66667L9 8.5L6.66667 7.33333L5.5 5Z\" fill=\"black\"/> </svg>',lineCap:\"square\"},XWW1S7W07:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M21 11.9998C21 16.9704 16.9706 20.9998 12 20.9998C7.02944 20.9998 3 16.9704 3 11.9998C3 7.02925 7.02944 2.99982 12 2.99982C16.9706 2.99982 21 7.02925 21 11.9998Z\" stroke=\"black\" stroke-width=\"2\"/> <path d=\"M14.8284 9.17138L9.99998 9.99981L9.17156 14.8282L14 13.9998L14.8284 9.17138Z\" stroke=\"black\" stroke-width=\"2\"/> </svg>'},XZY1l6PVO:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M2 12.0001L1.11178 11.5406L0.874156 12.0001L1.11178 12.4595L2 12.0001ZM22 11.9999L22.8882 12.4594L23.1258 11.9999L22.8882 11.5405L22 11.9999ZM2.88822 12.4595C5.16609 8.05547 8.65289 6.00002 12 6C15.3471 5.99998 18.8339 8.05537 21.1118 12.4594L22.8882 11.5405C20.3386 6.61119 16.2391 3.99997 12 4C7.76084 4.00003 3.66136 6.6113 1.11178 11.5406L2.88822 12.4595ZM1.11178 12.4595C3.66137 17.3888 7.76085 20 12 20C16.2392 20 20.3386 17.3887 22.8882 12.4594L21.1118 11.5405C18.8339 15.9445 15.3471 18 12 18C8.65288 18 5.16609 15.9446 2.88822 11.5406L1.11178 12.4595ZM14 11.9999C14 13.1045 13.1046 13.9999 12 13.9999V15.9999C14.2091 15.9999 16 14.2091 16 11.9999H14ZM12 13.9999C10.8954 13.9999 10 13.1045 10 11.9999H8C8 14.2091 9.79086 15.9999 12 15.9999V13.9999ZM10 11.9999C10 10.8954 10.8954 9.99995 12 9.99995V7.99995C9.79086 7.99995 8 9.79081 8 11.9999H10ZM12 9.99995C13.1046 9.99995 14 10.8954 14 11.9999H16C16 9.79081 14.2091 7.99995 12 7.99995V9.99995Z\" fill=\"black\"/> </svg>',lineCap:\"square\"},y5owylX37:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M10 18.9998H14M6 1.99982H18V21.9998H6V1.99982Z\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> </svg>'},YUmA6vCjb:{customSvgCode:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M4.00002 12.9998L4 19.9998H20V12.9998M4.00002 12.9998H8M4.00002 12.9998L4.00005 3.99982L20 3.99982V12.9998M16 12.9998L20 12.9998\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"square\"/> <path d=\"M16 11.9998C16 14.209 14.2091 15.9998 12 15.9998C9.79086 15.9998 8 14.209 8 11.9998\" stroke=\"black\" stroke-width=\"2\"/> </svg>'}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-i91j8.framer-wmj8in, .framer-i91j8 .framer-wmj8in { display: block; }\",\".framer-i91j8.framer-ioz4rc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 24px; }\",\".framer-i91j8 .framer-3fgyhg-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-i91j8.framer-ioz4rc { gap: 0px; } .framer-i91j8.framer-ioz4rc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-i91j8.framer-ioz4rc > :first-child { margin-left: 0px; } .framer-i91j8.framer-ioz4rc > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"txycdUYJY\":{\"layout\":[\"fixed\",\"fixed\"]},\"gTKu1EqSN\":{\"layout\":[\"fixed\",\"fixed\"]},\"YUmA6vCjb\":{\"layout\":[\"fixed\",\"fixed\"]},\"RQT6ivGsp\":{\"layout\":[\"fixed\",\"fixed\"]},\"a6K5FWPrm\":{\"layout\":[\"fixed\",\"fixed\"]},\"EQGyDY_9U\":{\"layout\":[\"fixed\",\"fixed\"]},\"J6eCZ_eqS\":{\"layout\":[\"fixed\",\"fixed\"]},\"CSc0AhqTD\":{\"layout\":[\"fixed\",\"fixed\"]},\"gljpmISQV\":{\"layout\":[\"fixed\",\"fixed\"]},\"y5owylX37\":{\"layout\":[\"fixed\",\"fixed\"]},\"bM8iAj1hS\":{\"layout\":[\"fixed\",\"fixed\"]},\"SP4rBfYly\":{\"layout\":[\"fixed\",\"fixed\"]},\"gPpgQ4cDr\":{\"layout\":[\"fixed\",\"fixed\"]},\"o0zN1NYcX\":{\"layout\":[\"fixed\",\"fixed\"]},\"DYpgIB8o0\":{\"layout\":[\"fixed\",\"fixed\"]},\"FBZ5J3DKr\":{\"layout\":[\"fixed\",\"fixed\"]},\"SLH_obJay\":{\"layout\":[\"fixed\",\"fixed\"]},\"XWW1S7W07\":{\"layout\":[\"fixed\",\"fixed\"]},\"GNdRcXeA3\":{\"layout\":[\"fixed\",\"fixed\"]},\"dLt5eqd_G\":{\"layout\":[\"fixed\",\"fixed\"]},\"wmEgh0gVb\":{\"layout\":[\"fixed\",\"fixed\"]},\"hnpXlNjKb\":{\"layout\":[\"fixed\",\"fixed\"]},\"nY0ocR96O\":{\"layout\":[\"fixed\",\"fixed\"]},\"ga9VYBbfh\":{\"layout\":[\"fixed\",\"fixed\"]},\"AoU0uvJ9P\":{\"layout\":[\"fixed\",\"fixed\"]},\"W3JcetB7C\":{\"layout\":[\"fixed\",\"fixed\"]},\"XG_EyOmF2\":{\"layout\":[\"fixed\",\"fixed\"]},\"IuulmSbmc\":{\"layout\":[\"fixed\",\"fixed\"]},\"MVXk_Ryuq\":{\"layout\":[\"fixed\",\"fixed\"]},\"ggEp3J5cM\":{\"layout\":[\"fixed\",\"fixed\"]},\"VZrDvYJNd\":{\"layout\":[\"fixed\",\"fixed\"]},\"BWYaGzfDR\":{\"layout\":[\"fixed\",\"fixed\"]},\"ABCS9TqOm\":{\"layout\":[\"fixed\",\"fixed\"]},\"jVbJxalue\":{\"layout\":[\"fixed\",\"fixed\"]},\"CsqNubGcz\":{\"layout\":[\"fixed\",\"fixed\"]},\"d82U9RBd_\":{\"layout\":[\"fixed\",\"fixed\"]},\"SUG_HNj1v\":{\"layout\":[\"fixed\",\"fixed\"]},\"gJkVG71Xs\":{\"layout\":[\"fixed\",\"fixed\"]},\"XMlr8FgBf\":{\"layout\":[\"fixed\",\"fixed\"]},\"cMWF0wjt2\":{\"layout\":[\"fixed\",\"fixed\"]},\"XZY1l6PVO\":{\"layout\":[\"fixed\",\"fixed\"]},\"rl3o7Tpzi\":{\"layout\":[\"fixed\",\"fixed\"]},\"IoSbbIi6w\":{\"layout\":[\"fixed\",\"fixed\"]},\"OJW3dPGSc\":{\"layout\":[\"fixed\",\"fixed\"]},\"cmjUxxR6F\":{\"layout\":[\"fixed\",\"fixed\"]},\"K29kV8zhM\":{\"layout\":[\"fixed\",\"fixed\"]},\"VM_dbFjmD\":{\"layout\":[\"fixed\",\"fixed\"]},\"bVWs9I40v\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"riJtIX2WW\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCjer4r_mY=withCSS(Component,css,\"framer-i91j8\");export default FramerCjer4r_mY;FramerCjer4r_mY.displayName=\"Icon Library\";FramerCjer4r_mY.defaultProps={height:24,width:24};addPropertyControls(FramerCjer4r_mY,{variant:{options:[\"N3QOAztqp\",\"txycdUYJY\",\"gTKu1EqSN\",\"YUmA6vCjb\",\"RQT6ivGsp\",\"a6K5FWPrm\",\"EQGyDY_9U\",\"J6eCZ_eqS\",\"CSc0AhqTD\",\"gljpmISQV\",\"y5owylX37\",\"bM8iAj1hS\",\"SP4rBfYly\",\"gPpgQ4cDr\",\"o0zN1NYcX\",\"DYpgIB8o0\",\"FBZ5J3DKr\",\"SLH_obJay\",\"XWW1S7W07\",\"GNdRcXeA3\",\"dLt5eqd_G\",\"wmEgh0gVb\",\"hnpXlNjKb\",\"nY0ocR96O\",\"ga9VYBbfh\",\"AoU0uvJ9P\",\"W3JcetB7C\",\"XG_EyOmF2\",\"IuulmSbmc\",\"MVXk_Ryuq\",\"ggEp3J5cM\",\"VZrDvYJNd\",\"BWYaGzfDR\",\"ABCS9TqOm\",\"jVbJxalue\",\"CsqNubGcz\",\"d82U9RBd_\",\"SUG_HNj1v\",\"gJkVG71Xs\",\"XMlr8FgBf\",\"cMWF0wjt2\",\"XZY1l6PVO\",\"rl3o7Tpzi\",\"IoSbbIi6w\",\"OJW3dPGSc\",\"cmjUxxR6F\",\"K29kV8zhM\",\"VM_dbFjmD\",\"bVWs9I40v\"],optionTitles:[\"Home\",\"Folder\",\"Settings\",\"Inbox\",\"Notifications\",\"Cloud\",\"Email\",\"Search\",\"Bubble\",\"Cursor\",\"Cellphone\",\"At\",\"Share\",\"Arrow Top Circle\",\"Bubble Notification\",\"Pen Tool\",\"Graph\",\"Copy\",\"Compass\",\"Store\",\"People\",\"Folders\",\"Attachment\",\"Moon\",\"GIft\",\"Alarm\",\"Shield\",\"User\",\"Sun\",\"Bag\",\"Folder Bookmarked\",\"Arrow Up\",\"Arrow Right\",\"Arrow Down\",\"Arrow Left\",\"Corner Down Right\",\"Corner Up Right\",\"Redo\",\"Star\",\"Broom\",\"Magic\",\"Eye\",\"Eye Off\",\"TV\",\"Battery\",\"Shield\",\"Phone\",\"Question\",\"Right Caret\"],title:\"Variant\",type:ControlType.Enum},riJtIX2WW:{defaultValue:\"rgb(255, 255, 255)\",title:\"Color\",type:ControlType.Color}});addFonts(FramerCjer4r_mY,[{explicitInter:true,fonts:[]},...SVGFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCjer4r_mY\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerVariables\":\"{\\\"riJtIX2WW\\\":\\\"color\\\"}\",\"framerIntrinsicWidth\":\"24\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"txycdUYJY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gTKu1EqSN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YUmA6vCjb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RQT6ivGsp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a6K5FWPrm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"EQGyDY_9U\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"J6eCZ_eqS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CSc0AhqTD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gljpmISQV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"y5owylX37\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bM8iAj1hS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SP4rBfYly\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gPpgQ4cDr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"o0zN1NYcX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DYpgIB8o0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FBZ5J3DKr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SLH_obJay\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XWW1S7W07\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GNdRcXeA3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dLt5eqd_G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wmEgh0gVb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hnpXlNjKb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nY0ocR96O\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ga9VYBbfh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"AoU0uvJ9P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"W3JcetB7C\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XG_EyOmF2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IuulmSbmc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MVXk_Ryuq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ggEp3J5cM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VZrDvYJNd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BWYaGzfDR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ABCS9TqOm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jVbJxalue\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CsqNubGcz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d82U9RBd_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SUG_HNj1v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gJkVG71Xs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XMlr8FgBf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cMWF0wjt2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XZY1l6PVO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rl3o7Tpzi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IoSbbIi6w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"OJW3dPGSc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cmjUxxR6F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"K29kV8zhM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VM_dbFjmD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bVWs9I40v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cjer4r_mY.map", "// Generated by Framer (cf4c6d7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import IconLibrary from\"https://framerusercontent.com/modules/OzeZiHkYuKoScvPyE3ru/tmjbRvKAz05La6RovxDH/Cjer4r_mY.js\";const IconLibraryFonts=getFonts(IconLibrary);const cycleOrder=[\"bwpbV38Lg\",\"pEx82lzi0\"];const serializationHash=\"framer-7dbR1\";const variantClassNames={bwpbV38Lg:\"framer-v-opf6j2\",pEx82lzi0:\"framer-v-1im5pk7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:550,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"bwpbV38Lg\",Hover:\"pEx82lzi0\"};const getProps=({bottomText,buttonColor,height,id,link,stripColor,topText,width,...props})=>{return{...props,BavjKoDqw:link??props.BavjKoDqw,FfRHXZNxh:stripColor??props.FfRHXZNxh??\"rgb(0, 96, 151)\",Jy0hRN0P9:buttonColor??props.Jy0hRN0P9??\"rgb(0, 46, 93)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"bwpbV38Lg\",XP3s6wg5Q:topText??props.XP3s6wg5Q??\"CALL: (999) 999-9999\",z9ZJF7SUN:bottomText??props.z9ZJF7SUN??\"5 Star Roofing Company\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,XP3s6wg5Q,z9ZJF7SUN,Jy0hRN0P9,FfRHXZNxh,BavjKoDqw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bwpbV38Lg\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1224ikt=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"pEx82lzi0\");});const onMouseLeave1x2uqex=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"bwpbV38Lg\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:BavjKoDqw,motionChild:true,nodeId:\"bwpbV38Lg\",openInNewTab:false,scopeId:\"jJMj_pemW\",smoothScroll:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-opf6j2\",className,classNames)} framer-1qy4ffg`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bwpbV38Lg\",onMouseEnter:onMouseEnter1224ikt,ref:refBinding,style:{backgroundColor:Jy0hRN0P9,...style},...addPropertyOverrides({pEx82lzi0:{\"data-framer-name\":\"Hover\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1x2uqex}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-10i67tx\",\"data-framer-name\":\"Secondary\",layoutDependency:layoutDependency,layoutId:\"FDfB38FtO\",style:{backgroundColor:FfRHXZNxh}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vwikv8\",layoutDependency:layoutDependency,layoutId:\"mEJxBb352\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9tkknr\",layoutDependency:layoutDependency,layoutId:\"XdYYu6iM3\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4r7bmt\",layoutDependency:layoutDependency,layoutId:\"knlOqZnqG\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:(componentViewport?.y||0)+12+(((componentViewport?.height||200)-24-48.599999999999994)/2+0+0)+0+0+0+2.3999999999999986,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hqf6xm-container\",\"data-framer-name\":\"Icon Library\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"kfXEJBpGC-container\",name:\"Icon Library\",nodeId:\"kfXEJBpGC\",rendersWithMotion:true,scopeId:\"jJMj_pemW\",children:/*#__PURE__*/_jsx(IconLibrary,{height:\"100%\",id:\"kfXEJBpGC\",layoutId:\"kfXEJBpGC\",name:\"Icon Library\",riJtIX2WW:\"rgb(255, 255, 255)\",style:{height:\"100%\",width:\"100%\"},variant:\"K29kV8zhM\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLTUwMA==\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aa0b1927-6819-422c-b2bf-96db2d2759c7, rgb(255, 255, 255)))\",\"--framer-text-transform\":\"uppercase\"},children:\"CALL: (999) 999-9999\"})}),className:\"framer-1yq0wi7\",fonts:[\"GF;Bai Jamjuree-500\"],layoutDependency:layoutDependency,layoutId:\"RkwU9Dr8M\",style:{\"--extracted-r6o4lv\":\"var(--token-aa0b1927-6819-422c-b2bf-96db2d2759c7, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:XP3s6wg5Q,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmFpIEphbWp1cmVlLWl0YWxpYw==\",\"--framer-font-family\":'\"Bai Jamjuree\", \"Bai Jamjuree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-aa0b1927-6819-422c-b2bf-96db2d2759c7, rgb(255, 255, 255)))\"},children:\"5 Star Roofing Company\"})}),className:\"framer-9ik0bw\",fonts:[\"GF;Bai Jamjuree-italic\"],layoutDependency:layoutDependency,layoutId:\"nBlBo0vRs\",style:{\"--extracted-r6o4lv\":\"var(--token-aa0b1927-6819-422c-b2bf-96db2d2759c7, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:z9ZJF7SUN,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7dbR1.framer-1qy4ffg, .framer-7dbR1 .framer-1qy4ffg { display: block; }\",\".framer-7dbR1.framer-opf6j2 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 14px 12px 26px; position: relative; text-decoration: none; width: 300px; }\",\".framer-7dbR1 .framer-10i67tx { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 12px; }\",\".framer-7dbR1 .framer-1vwikv8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7dbR1 .framer-9tkknr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7dbR1 .framer-4r7bmt { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-7dbR1 .framer-hqf6xm-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-7dbR1 .framer-1yq0wi7 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-7dbR1 .framer-9ik0bw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7dbR1.framer-opf6j2, .framer-7dbR1 .framer-1vwikv8, .framer-7dbR1 .framer-9tkknr, .framer-7dbR1 .framer-4r7bmt { gap: 0px; } .framer-7dbR1.framer-opf6j2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7dbR1.framer-opf6j2 > :first-child, .framer-7dbR1 .framer-1vwikv8 > :first-child { margin-top: 0px; } .framer-7dbR1.framer-opf6j2 > :last-child, .framer-7dbR1 .framer-1vwikv8 > :last-child { margin-bottom: 0px; } .framer-7dbR1 .framer-1vwikv8 > * { margin: 0px; margin-bottom: calc(3px / 2); margin-top: calc(3px / 2); } .framer-7dbR1 .framer-9tkknr > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-7dbR1 .framer-9tkknr > :first-child, .framer-7dbR1 .framer-4r7bmt > :first-child { margin-left: 0px; } .framer-7dbR1 .framer-9tkknr > :last-child, .framer-7dbR1 .framer-4r7bmt > :last-child { margin-right: 0px; } .framer-7dbR1 .framer-4r7bmt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-7dbR1.framer-v-1im5pk7 .framer-10i67tx { left: 12px; right: 0px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"pEx82lzi0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"XP3s6wg5Q\":\"topText\",\"z9ZJF7SUN\":\"bottomText\",\"Jy0hRN0P9\":\"buttonColor\",\"FfRHXZNxh\":\"stripColor\",\"BavjKoDqw\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjJMj_pemW=withCSS(Component,css,\"framer-7dbR1\");export default FramerjJMj_pemW;FramerjJMj_pemW.displayName=\"Main Button\";FramerjJMj_pemW.defaultProps={height:72,width:300};addPropertyControls(FramerjJMj_pemW,{variant:{options:[\"bwpbV38Lg\",\"pEx82lzi0\"],optionTitles:[\"Default\",\"Hover\"],title:\"Variant\",type:ControlType.Enum},XP3s6wg5Q:{defaultValue:\"CALL: (999) 999-9999\",title:\"Top Text\",type:ControlType.String},z9ZJF7SUN:{defaultValue:\"5 Star Roofing Company\",title:\"Bottom Text\",type:ControlType.String},Jy0hRN0P9:{defaultValue:\"rgb(0, 46, 93)\",title:\"Button Color\",type:ControlType.Color},FfRHXZNxh:{defaultValue:\"rgb(0, 96, 151)\",title:\"Strip Color\",type:ControlType.Color},BavjKoDqw:{description:\"\",title:\"Link\",type:ControlType.Link}});addFonts(FramerjJMj_pemW,[{explicitInter:true,fonts:[{family:\"Bai Jamjuree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0reHulpA1-yiSgA.woff2\",weight:\"500\"},{family:\"Bai Jamjuree\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/baijamjuree/v11/LDIrapSCOBt_aeQQ7ftydoa8W8LLub458jGL.woff2\",weight:\"400\"}]},...IconLibraryFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjJMj_pemW\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pEx82lzi0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"72\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"300\",\"framerVariables\":\"{\\\"XP3s6wg5Q\\\":\\\"topText\\\",\\\"z9ZJF7SUN\\\":\\\"bottomText\\\",\\\"Jy0hRN0P9\\\":\\\"buttonColor\\\",\\\"FfRHXZNxh\\\":\\\"stripColor\\\",\\\"BavjKoDqw\\\":\\\"link\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jJMj_pemW.map"],
  "mappings": "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",
  "names": ["SVG", "props", "customSvgElement", "setCustomSvgElement", "ye", "ue", "svgContent", "processCustomSVGContent", "replacements", "hasCustomStroke", "hasCustomStrokeWidth", "hasLineCap", "hasLineJoin", "circleFillRegex", "match", "updatedCircle", "regex", "replacement", "customContainerStyle", "accessibilityProps", "p", "addPropertyControls", "ControlType", "SVG_Prod_default", "SVGFonts", "getFonts", "SVG_Prod_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "riJtIX2WW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "ComponentViewportProvider", "css", "FramerCjer4r_mY", "withCSS", "Cjer4r_mY_default", "addPropertyControls", "ControlType", "addFonts", "IconLibraryFonts", "getFonts", "Cjer4r_mY_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "bottomText", "buttonColor", "height", "id", "link", "stripColor", "topText", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XP3s6wg5Q", "z9ZJF7SUN", "Jy0hRN0P9", "FfRHXZNxh", "BavjKoDqw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1224ikt", "args", "onMouseLeave1x2uqex", "scopingClassNames", "cx", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramerjJMj_pemW", "withCSS", "jJMj_pemW_default", "addPropertyControls", "ControlType", "addFonts"]
}
