{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/oghmXHHVrkY4UAjpKRKd/3xeNEaBiTe5f3aKVeso5/SVG_EDIT.js", "ssg:https://framerusercontent.com/modules/fjeHkE7ezGlFubjKREW2/CJKjbFQreEhMW2vgU83j/TmRuqI9gw.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export default function SVGComponent({svgCode,color,padding,rotation}){// Ensures SVG color and centering by modifying SVG code directly\nconst processedSVGCode=svgCode.replace(\"<svg \",`<svg style=\"width: 100%; height: auto; fill: ${color};\" `);return /*#__PURE__*/_jsx(motion.div,{dangerouslySetInnerHTML:{__html:processedSVGCode},style:{padding:`${padding}px`,display:\"flex\",justifyContent:\"center\",alignItems:\"center\",height:\"100%\",width:\"100%\",transform:`rotate(${rotation}deg)`}});}SVGComponent.defaultProps={svgCode:\"<svg></svg>\",color:\"#000\",padding:0,rotation:0};addPropertyControls(SVGComponent,{svgCode:{title:\"SVG Code\",type:ControlType.String,defaultValue:\"<svg></svg>\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#000\"},padding:{title:\"Padding\",type:ControlType.Number,defaultValue:0},rotation:{title:\"Rotation\",type:ControlType.Number,defaultValue:0,min:0,max:360,unit:\"deg\",step:1,displayStepper:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SVGComponent\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SVG_EDIT.map", "// Generated by Framer (e83dae3)\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 SVGComponent from\"https://framerusercontent.com/modules/oghmXHHVrkY4UAjpKRKd/3xeNEaBiTe5f3aKVeso5/SVG_EDIT.js\";const SVGComponentFonts=getFonts(SVGComponent);const cycleOrder=[\"es_Yq_a5i\"];const serializationHash=\"framer-9IuUC\";const variantClassNames={es_Yq_a5i:\"framer-v-lxvk5a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({background,color,height,id,padding,sVGCode,width,...props})=>{var _ref,_ref1,_ref2,_ref3;return{...props,ATdc3I6oo:(_ref=color!==null&&color!==void 0?color:props.ATdc3I6oo)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",QKxGabINN:(_ref1=background!==null&&background!==void 0?background:props.QKxGabINN)!==null&&_ref1!==void 0?_ref1:\"var(--token-ac227266-e249-4bf1-932c-a1d45c32dabb, rgb(255, 118, 64))\",sR6ZPKMYq:(_ref2=padding!==null&&padding!==void 0?padding:props.sR6ZPKMYq)!==null&&_ref2!==void 0?_ref2:8,w6LwMaJyi:(_ref3=sVGCode!==null&&sVGCode!==void 0?sVGCode:props.w6LwMaJyi)!==null&&_ref3!==void 0?_ref3:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M0 448c0 35.3 28.7 64 64 64H224V384c0-17.7 14.3-32 32-32H384V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384H256V512L384 384z\"/></svg>'};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,w6LwMaJyi,ATdc3I6oo,sR6ZPKMYq,QKxGabINN,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"es_Yq_a5i\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-lxvk5a\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"es_Yq_a5i\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:QKxGabINN,borderBottomLeftRadius:13,borderBottomRightRadius:13,borderTopLeftRadius:13,borderTopRightRadius:13,boxShadow:\"0px 0.7113342898827977px 0.7113342898827977px -0.6000000000000001px rgba(8, 105, 117, 0.01782), 0px 1.9371521717053837px 1.9371521717053837px -1.2000000000000002px rgba(8, 105, 117, 0.01752), 0px 4.253285051195417px 4.253285051195417px -1.7999999999999998px rgba(8, 105, 117, 0.01694), 0px 9.4413216807344px 9.4413216807344px -2.4000000000000004px rgba(8, 105, 117, 0.01564), 0px 24px 24px -3px rgba(8, 105, 117, 0.012)\",...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7g7v8h-container\",layoutDependency:layoutDependency,layoutId:\"BeQ2AjaF3-container\",children:/*#__PURE__*/_jsx(SVGComponent,{color:ATdc3I6oo,height:\"100%\",id:\"BeQ2AjaF3\",layoutId:\"BeQ2AjaF3\",padding:sR6ZPKMYq,rotation:0,style:{height:\"100%\",width:\"100%\"},svgCode:w6LwMaJyi,width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9IuUC.framer-18su0q5, .framer-9IuUC .framer-18su0q5 { display: block; }\",\".framer-9IuUC.framer-lxvk5a { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 44px; }\",\".framer-9IuUC .framer-7g7v8h-container { flex: none; height: 33px; position: relative; width: 33px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9IuUC.framer-lxvk5a { gap: 0px; } .framer-9IuUC.framer-lxvk5a > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9IuUC.framer-lxvk5a > :first-child { margin-left: 0px; } .framer-9IuUC.framer-lxvk5a > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"w6LwMaJyi\":\"sVGCode\",\"ATdc3I6oo\":\"color\",\"sR6ZPKMYq\":\"padding\",\"QKxGabINN\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerTmRuqI9gw=withCSS(Component,css,\"framer-9IuUC\");export default FramerTmRuqI9gw;FramerTmRuqI9gw.displayName=\"icon\";FramerTmRuqI9gw.defaultProps={height:44,width:44};addPropertyControls(FramerTmRuqI9gw,{w6LwMaJyi:{defaultValue:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d=\"M0 448c0 35.3 28.7 64 64 64H224V384c0-17.7 14.3-32 32-32H384V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64V448zM171.3 75.3l-96 96c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l96-96c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zm96 32l-160 160c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l160-160c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6zM384 384H256V512L384 384z\"/></svg>',title:\"SVG Code\",type:ControlType.String},ATdc3I6oo:{defaultValue:\"rgb(255, 255, 255)\",title:\"Color\",type:ControlType.Color},sR6ZPKMYq:{defaultValue:8,title:\"Padding\",type:ControlType.Number},QKxGabINN:{defaultValue:'var(--token-ac227266-e249-4bf1-932c-a1d45c32dabb, rgb(255, 118, 64)) /* {\"name\":\"Prim\\xe1ria/Cor 3\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerTmRuqI9gw,[...SVGComponentFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTmRuqI9gw\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"44\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"44\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"w6LwMaJyi\\\":\\\"sVGCode\\\",\\\"ATdc3I6oo\\\":\\\"color\\\",\\\"sR6ZPKMYq\\\":\\\"padding\\\",\\\"QKxGabINN\\\":\\\"background\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TmRuqI9gw.map"],
  "mappings": "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",
  "names": ["SVGComponent", "svgCode", "color", "padding", "rotation", "processedSVGCode", "p", "motion", "addPropertyControls", "ControlType", "SVGComponentFonts", "getFonts", "SVGComponent", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "background", "color", "height", "id", "padding", "sVGCode", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "w6LwMaJyi", "ATdc3I6oo", "sR6ZPKMYq", "QKxGabINN", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "SVGComponent", "css", "FramerTmRuqI9gw", "withCSS", "TmRuqI9gw_default", "addPropertyControls", "ControlType", "addFonts", "SVGComponentFonts"]
}
