{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/nN0tbGqkPKCZUuyZ3qEz/sLGPUAdc5QAElsWdGtBX/SVG_EDIT.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"],
  "mappings": "gGAAgJ,SAARA,EAA8B,CAAC,QAAAC,EAAQ,MAAAC,EAAM,QAAAC,EAAQ,SAAAC,CAAQ,EAAE,CACvM,IAAMC,EAAiBJ,EAAQ,QAAQ,QAAQ,gDAAgDC,MAAU,EAAE,OAAoBI,EAAKC,EAAO,IAAI,CAAC,wBAAwB,CAAC,OAAOF,CAAgB,EAAE,MAAM,CAAC,QAAQ,GAAGF,MAAY,QAAQ,OAAO,eAAe,SAAS,WAAW,SAAS,OAAO,OAAO,MAAM,OAAO,UAAU,UAAUC,OAAc,CAAC,CAAC,CAAE,CAACJ,EAAa,aAAa,CAAC,QAAQ,cAAc,MAAM,OAAO,QAAQ,EAAE,SAAS,CAAC,EAAEQ,EAAoBR,EAAa,CAAC,QAAQ,CAAC,MAAM,WAAW,KAAKS,EAAY,OAAO,aAAa,aAAa,EAAE,MAAM,CAAC,MAAM,QAAQ,KAAKA,EAAY,MAAM,aAAa,MAAM,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,OAAO,aAAa,CAAC,EAAE,SAAS,CAAC,MAAM,WAAW,KAAKA,EAAY,OAAO,aAAa,EAAE,IAAI,EAAE,IAAI,IAAI,KAAK,MAAM,KAAK,EAAE,eAAe,EAAI,CAAC,CAAC",
  "names": ["SVGComponent", "svgCode", "color", "padding", "rotation", "processedSVGCode", "p", "motion", "addPropertyControls", "ControlType"]
}
