{
  "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.40137 12.3584C9.41903 13.0766 10.6597 13.5 12 13.5C12.6708 13.5 13.3165 13.3934 13.9219 13.1973C12.8888 14.2368 12.25 15.6686 12.25 17.25C12.25 18.6834 12.776 19.993 13.6436 21H5.47754C4.65889 21 4 20.3336 4 19.5205C4.00006 16.3983 5.79001 13.6821 8.40137 12.3584Z\" 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,gBAAkjC,EAAljC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,gcAAgc,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8QAA8Q,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iJAAiJ,KAAK,eAAc,CAAI,GAG5iC",
  "debugId": "EFA75A8C526736D964756E2164756E21",
  "names": []
}