{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconUserBlock/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 IconUserBlock: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"user-block, people, person, member, blocked\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 13C20.3472 13 22.25 14.9028 22.25 17.25C22.25 19.5972 20.3472 21.5 18 21.5C15.6528 21.5 13.75 19.5972 13.75 17.25C13.75 14.9028 15.6528 13 18 13ZM16.6572 19.6475C17.0546 19.8705 17.5118 20 18 20C19.5188 20 20.75 18.7688 20.75 17.25C20.75 16.7618 20.6205 16.3046 20.3975 15.9072L16.6572 19.6475ZM18 14.5C16.4812 14.5 15.25 15.7312 15.25 17.25C15.25 17.7352 15.3771 18.1902 15.5977 18.5859L19.3359 14.8477C18.9402 14.6271 18.4852 14.5 18 14.5Z\" fill=\"currentColor\"/><path d=\"M8.39844 12.3564C9.41664 13.0759 10.6585 13.5 12 13.5C12.6701 13.5 13.3151 13.3939 13.9199 13.1982C12.8877 14.2376 12.25 15.6694 12.25 17.25C12.25 18.6834 12.776 19.993 13.6436 21H4.75C4.33579 21 4 20.6642 4 20.25V19.5C4 16.3775 5.78962 13.6743 8.39844 12.3564Z\" fill=\"currentColor\"/><path d=\"M12 2.5C14.6234 2.5 16.75 4.62665 16.75 7.25C16.75 9.87335 14.6234 12 12 12C9.37665 12 7.25 9.87335 7.25 7.25C7.25 4.62665 9.37665 2.5 12 2.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconUserBlock;\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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAA4iC,EAA5iC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gcAAgc,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wQAAwQ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,CAAI,GAGtiC",
  "debugId": "A5D95BB95C8662AE64756E2164756E21",
  "names": []
}