{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPinterestSimple/index.tsx"],
  "sourcesContent": [
    "import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n  size?: string | number;\n  ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n  CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n  children,\n  size = 24,\n  ariaLabel,\n  color,\n  ariaHidden = true,\n  style,\n  ...props\n}) => {\n  return (\n    <svg\n      {...props}\n      aria-hidden={ariaHidden}\n      role={ariaHidden ? undefined : \"img\"}\n      width={typeof size === \"number\" ? `${size}px` : size}\n      height={typeof size === \"number\" ? `${size}px` : size}\n      viewBox=\"0 0 24 24\"\n      fill=\"none\"\n      xmlns=\"http://www.w3.org/2000/svg\"\n      style={{ color, ...style }}\n    >\n      {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n      {children}\n    </svg>\n  );\n};\n",
    "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPinterestSimple: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"pinterest-simple\"><path d=\"M7.38658 18.2443C7.16533 19.2317 7.21667 20.5525 7.31152 21.546C7.35842 22.0372 8.02122 22.1632 8.27737 21.7582C8.80775 20.9195 9.56395 19.8114 9.81575 18.8374C9.96874 18.2443 10.5999 15.8144 10.5999 15.8144C11.0207 16.5988 12.2449 17.2685 13.5264 17.2685C17.3518 17.2685 20.1253 13.7288 20.1253 9.34728C20.1253 5.15702 16.7015 2 12.2831 2C6.79365 2 3.86719 5.69275 3.86719 9.71082C3.86719 11.5858 4.8618 13.901 6.44936 14.6471C6.67888 14.762 6.81277 14.7046 6.87016 14.475C6.90841 14.3028 7.1188 13.4418 7.21444 13.0399C7.23357 12.9061 7.21444 12.8104 7.1188 12.6764C6.58324 12.0451 6.16245 10.8587 6.16245 9.76812C6.16245 6.95556 8.30469 4.23862 11.9197 4.23862C15.0375 4.23862 17.2371 6.38156 17.2371 9.42381C17.2371 12.8678 15.4964 15.2595 13.2395 15.2595C11.9771 15.2595 11.0398 14.2263 11.3459 12.9634C11.7094 11.452 12.3979 9.80645 12.3979 8.71584C12.3979 7.74009 11.8815 6.9173 10.7913 6.9173C9.52887 6.9173 8.49596 8.23745 8.49596 10.0169C8.49596 11.1457 8.8785 11.9111 8.8785 11.9111C8.8785 11.9111 7.61611 17.2493 7.38658 18.2443Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPinterestSimple;\n"
  ],
  "mappings": "AAAA,qBAQO,IAAM,EAET,EACF,WACA,OAAO,GACP,YACA,QACA,aAAa,GACb,WACG,KACC,CACJ,OACE,gBAaE,MAbF,IACM,EACJ,cAAa,EACb,KAAM,EAAa,OAAY,MAC/B,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,WAAU,CAAM,GAExB,GAAa,CAAC,GAAc,gBAAoB,QAApB,KAAQ,CAAY,EAChD,CACD,GCjCN,qBAGO,IAAM,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAA4mC,EAA5mC,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,EAAE,ohCAAohC,KAAK,eAAc,CAAI,GAGtmC",
  "debugId": "AA1E7E0550C4BB6D64756E2164756E21",
  "names": []
}