{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconContacts/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 IconContacts: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"contacts,address-book\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 2.75C4 2.33579 4.33579 2 4.75 2H19.25C19.6642 2 20 2.33579 20 2.75V18.75C20 19.1642 19.6642 19.5 19.25 19.5H5.5V20.5H19.25C19.6642 20.5 20 20.8358 20 21.25C20 21.6642 19.6642 22 19.25 22H4.75C4.33579 22 4 21.6642 4 21.25V2.75ZM12 7.5C11.0335 7.5 10.25 8.2835 10.25 9.25C10.25 10.2165 11.0335 11 12 11C12.9665 11 13.75 10.2165 13.75 9.25C13.75 8.2835 12.9665 7.5 12 7.5ZM15 13.75L15 13.7489L15 13.7477L15 13.7453L14.9999 13.74L14.9997 13.7276C14.9995 13.7185 14.9991 13.7078 14.9985 13.6957C14.9973 13.6715 14.9951 13.6412 14.9913 13.6056C14.9838 13.5349 14.9695 13.4418 14.9425 13.3337C14.8886 13.1184 14.7817 12.834 14.5688 12.55C14.1168 11.9474 13.308 11.5 12 11.5C10.692 11.5 9.88322 11.9474 9.43125 12.55C9.21825 12.834 9.11138 13.1184 9.05755 13.3337C9.03053 13.4418 9.01625 13.5349 9.00866 13.6056C9.00486 13.6412 9.0027 13.6715 9.00148 13.6957C9.00088 13.7078 9.00051 13.7185 9.00029 13.7276L9.00006 13.74L9.00001 13.7453L9 13.7477L9 13.7489L9 13.75C9 14.1642 9.33579 14.5 9.75 14.5H14.25C14.6642 14.5 15 14.1642 15 13.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconContacts;\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,gBAA8oC,EAA9oC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2gCAA2gC,KAAK,eAAc,CAAI,GAGxoC",
  "debugId": "D0EF1E2AA21EE82E64756E2164756E21",
  "names": []
}