{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFinderFace/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 IconFinderFace: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"finder-face\"><path d=\"M13.085 2.17956C13.2622 1.80519 13.7097 1.64507 14.0841 1.82214C14.4581 1.99939 14.6174 2.44596 14.4405 2.82019C12.8634 6.15333 11.7178 8.7829 10.9298 12.2499H11.8009C12.903 12.2501 13.6968 13.2406 13.5538 14.286C13.3914 15.4726 13.3174 16.641 13.3331 17.8114C15.0105 17.5392 16.7341 16.7529 18.5518 15.3983C18.884 15.1508 19.3541 15.2195 19.6017 15.5516C19.8491 15.8838 19.7805 16.3539 19.4483 16.6014C17.4326 18.1035 15.4307 19.027 13.4034 19.3202C13.4569 20.0014 13.54 20.6863 13.6534 21.3788C13.7203 21.7875 13.443 22.1732 13.0343 22.2401C12.6257 22.3067 12.2399 22.0295 12.1729 21.621C12.0518 20.8813 11.963 20.1488 11.9063 19.4198C9.4283 19.3958 7.00029 18.426 4.55185 16.6014C4.21983 16.354 4.15118 15.8837 4.39853 15.5516C4.646 15.2195 5.1162 15.1509 5.44833 15.3983C7.69054 17.0692 9.78902 17.8765 11.835 17.9178C11.8135 16.6446 11.8908 15.3733 12.0675 14.0829C12.0937 13.8915 11.9471 13.7501 11.8009 13.7499H10.6104C9.82373 13.7497 9.22212 13.0251 9.39267 12.2421L9.55185 11.5419C10.3743 8.09323 11.5515 5.42061 13.085 2.17956Z\" fill=\"currentColor\"/><path d=\"M7.00009 6.74988C7.4143 6.74988 7.75009 7.08566 7.75009 7.49988V9.49988C7.75005 9.91405 7.41428 10.2499 7.00009 10.2499C6.58599 10.2498 6.25013 9.91399 6.25009 9.49988V7.49988C6.25009 7.08572 6.58596 6.74998 7.00009 6.74988Z\" fill=\"currentColor\"/><path d=\"M17.0001 6.74988C17.4143 6.74988 17.7501 7.08566 17.7501 7.49988V9.49988C17.75 9.91405 17.4143 10.2499 17.0001 10.2499C16.586 10.2498 16.2501 9.91399 16.2501 9.49988V7.49988C16.2501 7.08572 16.586 6.74998 17.0001 6.74988Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFinderFace;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAgmD,EAAhmD,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,ghCAAghC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mOAAmO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gOAAgO,KAAK,eAAc,CAAI,GAG1lD",
  "debugId": "E4C514C6D152AC8264756E2164756E21",
  "names": []
}