{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconNumber8Square/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 IconNumber8Square: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"number-8-square, key\"><path d=\"M12 12.4189C13.0137 12.4189 13.7285 13.0049 13.7285 13.8311C13.7285 14.6514 13.0137 15.2432 12 15.2432C10.9863 15.2432 10.2715 14.6514 10.2715 13.8311C10.2715 13.0107 10.9863 12.4189 12 12.4189Z\" fill=\"currentColor\"/><path d=\"M12 8.74512C12.873 8.74512 13.4941 9.26074 13.4941 10.0107C13.4941 10.749 12.873 11.2646 12 11.2646C11.1211 11.2646 10.5059 10.749 10.5059 10.0107C10.5059 9.2666 11.1211 8.74512 12 8.74512Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20.25 3C20.6642 3 21 3.33579 21 3.75V20.25C21 20.6642 20.6642 21 20.25 21H3.75C3.33579 21 3 20.6642 3 20.25V3.75C3 3.33579 3.33579 3 3.75 3H20.25ZM12 7.60254C10.2539 7.60254 9.01172 8.55762 9.01172 9.8584C9.01172 10.7666 9.64453 11.4873 10.6172 11.7451V11.7803C9.48633 12.0088 8.70703 12.8467 8.70703 13.9424C8.70703 15.3838 10.0605 16.3975 12 16.3975C13.9336 16.3975 15.2988 15.3896 15.2988 13.9424C15.2988 12.8525 14.5137 12.0146 13.3828 11.7803V11.7451C14.3555 11.4756 14.9824 10.7607 14.9824 9.86426C14.9824 8.55176 13.7461 7.60254 12 7.60254Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconNumber8Square;\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,EAAoD,CAAC,IAAU,CAC1E,OAAO,gBAAwmC,EAAxmC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uiBAAuiB,KAAK,eAAc,CAAI,GAGlmC",
  "debugId": "142D4F56A389A55164756E2164756E21",
  "names": []
}