{
  "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.8644 6.15116 11.7169 8.78209 10.9288 12.2499H13.0001C13.2226 12.2499 13.4338 12.3486 13.5763 12.5194C13.7187 12.6903 13.7774 12.9158 13.7374 13.1346C13.4469 14.722 13.3121 16.2653 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.4323 18.1037 15.4301 19.0272 13.4024 19.3202C13.456 20.0016 13.54 20.6865 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.8811 11.9639 20.1486 11.9073 19.4198C9.42894 19.3961 7.00061 18.4262 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.69089 17.0694 9.78969 17.8767 11.836 17.9178C11.8129 16.5347 11.906 15.1544 12.1163 13.7499H10.0001C9.77546 13.7498 9.56242 13.6492 9.42001 13.4755C9.27768 13.3017 9.2206 13.0727 9.26474 12.8524C10.0906 8.74295 11.3617 5.82168 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,gBAAooD,EAApoD,IAAqB,EAAO,UAAU,eAAc,gBAAC,OAAD,CAAM,EAAE,ojCAAojC,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,mOAAmO,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gOAAgO,KAAK,eAAc,CAAI,GAG9nD",
  "debugId": "C683665F1FFD697664756E2164756E21",
  "names": []
}