{"version":3,"sources":["../src/IconNailedIt/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconNailedIt: React.FC<CentralIconBaseProps> = (props) => {\n  return (\n    <CentralIconBase {...props} ariaLabel=\"nailed-it\">\n      <path\n        fillRule=\"evenodd\"\n        clipRule=\"evenodd\"\n        d=\"M3.79289 14.7929C4.18342 14.4024 4.81658 14.4024 5.20711 14.7929L5.70711 15.2929C6.09763 15.6834 6.09763 16.3166 5.70711 16.7071C5.31658 17.0976 4.68342 17.0976 4.29289 16.7071L3.79289 16.2071C3.40237 15.8166 3.40237 15.1834 3.79289 14.7929Z\"\n        fill=\"currentColor\"\n      />\n      <path\n        fillRule=\"evenodd\"\n        clipRule=\"evenodd\"\n        d=\"M5.79289 18.7929C6.18342 18.4024 6.81658 18.4024 7.20711 18.7929L7.70711 19.2929C8.09763 19.6834 8.09763 20.3166 7.70711 20.7071C7.31658 21.0976 6.68342 21.0976 6.29289 20.7071L5.79289 20.2071C5.40237 19.8166 5.40237 19.1834 5.79289 18.7929Z\"\n        fill=\"currentColor\"\n      />\n      <path\n        fillRule=\"evenodd\"\n        clipRule=\"evenodd\"\n        d=\"M18.2071 18.7929C17.8166 18.4024 17.1834 18.4024 16.7929 18.7929L16.2929 19.2929C15.9024 19.6834 15.9024 20.3166 16.2929 20.7071C16.6834 21.0976 17.3166 21.0976 17.7071 20.7071L18.2071 20.2071C18.5976 19.8166 18.5976 19.1834 18.2071 18.7929Z\"\n        fill=\"currentColor\"\n      />\n      <path\n        fillRule=\"evenodd\"\n        clipRule=\"evenodd\"\n        d=\"M20.2071 14.7929C19.8166 14.4024 19.1834 14.4024 18.7929 14.7929L18.2929 15.2929C17.9024 15.6834 17.9024 16.3166 18.2929 16.7071C18.6834 17.0976 19.3166 17.0976 19.7071 16.7071L20.2071 16.2071C20.5976 15.8166 20.5976 15.1834 20.2071 14.7929Z\"\n        fill=\"currentColor\"\n      />\n      <path\n        d=\"M6.99828 3H16.9983M6.99828 3C8.65514 3 9.99828 4.34315 9.99828 6V17.0917C9.99828 17.6839 10.1736 18.263 10.5021 18.7558L11.9983 21L13.4944 18.7558C13.823 18.263 13.9983 17.6839 13.9983 17.0917V6C13.9983 4.34315 15.3414 3 16.9983 3M6.99828 3H6.98828M16.9983 3H17.0083\"\n        stroke=\"currentColor\"\n        strokeWidth=\"2\"\n        strokeLinecap=\"round\"\n        strokeLinejoin=\"round\"\n      />\n    </CentralIconBase>\n  );\n};\n\nexport default IconNailedIt;\n","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"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,aACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oPACF,KAAK,eACP,EACAA,EAAA,cAAC,QACC,EAAE,6QACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconNailedIt","props","React","CentralIconBase","IconNailedIt_default"]}