{"version":3,"file":"chunk._YQAo93N.js","sources":["../../src/components/globals/planSVG/PlanSVG.tsx"],"sourcesContent":["import React from 'react';\nimport styles from './PlanSVG.module.scss';\n\ninterface IProps {\n svg: React.ReactElement;\n className?: string;\n}\n\nconst PlanSVG = ({ svg, className }: IProps) => {\n return React.cloneElement(svg, {\n className: `${className} ${styles.planSVG}`,\n });\n};\n\nexport default PlanSVG;\n"],"names":["PlanSVG","svg","className","React","styles"],"mappings":"iFAQMA,EAAU,CAAC,CAAE,IAAAC,EAAK,UAAAC,KACbC,EAAM,aAAaF,EAAK,CAC3B,UAAW,GAAG,OAAAC,EAAS,KAAI,OAAAE,EAAO,QAAO,CAC5C"}