{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNailedIt/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 IconNailedIt: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"nailed-it\"><path d=\"M7.74023 2C7.32602 2 6.99023 2.33579 6.99023 2.75C6.99023 3.16421 7.32602 3.5 7.74023 3.5H8.75023C9.44059 3.5 10.0002 4.05964 10.0002 4.75V18.3897C10.0002 19.0925 10.1977 19.781 10.5701 20.377L11.364 21.6474C11.501 21.8668 11.7414 22 12 22C12.2586 22 12.4989 21.8668 12.636 21.6475L13.43 20.3771C13.8025 19.7811 14 19.0924 14 18.3896V4.75C14 4.05964 14.5596 3.5 15.25 3.5H16.2602C16.6744 3.5 17.0102 3.16421 17.0102 2.75C17.0102 2.33579 16.6744 2 16.2602 2H7.74023Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3.71967 14.7197C4.01256 14.4268 4.48744 14.4268 4.78033 14.7197L5.78033 15.7197C6.07322 16.0126 6.07322 16.4874 5.78033 16.7803C5.48744 17.0732 5.01256 17.0732 4.71967 16.7803L3.71967 15.7803C3.42678 15.4874 3.42678 15.0126 3.71967 14.7197Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.2803 14.7197C20.5732 15.0126 20.5732 15.4874 20.2803 15.7803L19.2803 16.7803C18.9874 17.0732 18.5126 17.0732 18.2197 16.7803C17.9268 16.4874 17.9268 16.0126 18.2197 15.7197L19.2197 14.7197C19.5126 14.4268 19.9874 14.4268 20.2803 14.7197Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.71967 18.7197C6.01256 18.4268 6.48744 18.4268 6.78033 18.7197L7.78033 19.7197C8.07322 20.0126 8.07322 20.4874 7.78033 20.7803C7.48744 21.0732 7.01256 21.0732 6.71967 20.7803L5.71967 19.7803C5.42678 19.4874 5.42678 19.0126 5.71967 18.7197Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.2803 18.7197C18.5732 19.0126 18.5732 19.4874 18.2803 19.7803L17.2803 20.7803C16.9874 21.0732 16.5126 21.0732 16.2197 20.7803C15.9268 20.4874 15.9268 20.0126 16.2197 19.7197L17.2197 18.7197C17.5126 18.4268 17.9874 18.4268 18.2803 18.7197Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNailedIt;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAiwD,EAAjwD,IAAqB,EAAO,UAAU,aAAY,gBAAC,OAAD,CAAM,EAAE,odAAod,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oPAAoP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,oPAAoP,KAAK,eAAc,CAAI,GAG3vD",
  "debugId": "B50BD294A729F2E664756E2164756E21",
  "names": []
}