{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconLaw/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 IconLaw: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"law, legal, terms, imprint, balance\"><path d=\"M12.7501 2.75C12.7501 2.33579 12.4143 2 12.0001 2C11.5859 2 11.2501 2.33579 11.2501 2.75V4H10.0001C9.88365 4 9.76882 4.02711 9.66468 4.07918L7.82304 5H2.75009C2.33587 5 2.00009 5.33579 2.00009 5.75C2.00009 6.16421 2.33587 6.5 2.75009 6.5H4.47674L1.7849 15.0242C1.67828 15.3618 1.82231 15.728 2.13038 15.9025C3.25339 16.5388 4.36077 16.8825 5.50009 16.8825C6.6394 16.8825 7.74678 16.5388 8.86979 15.9025C9.17786 15.728 9.3219 15.3618 9.21527 15.0242L6.52344 6.5H8.00009C8.11652 6.5 8.23135 6.47289 8.3355 6.42082L10.1771 5.5H11.2501V19.5H6.75009C6.33587 19.5 6.00009 19.8358 6.00009 20.25C6.00009 20.6642 6.33587 21 6.75009 21H17.2501C17.6643 21 18.0001 20.6642 18.0001 20.25C18.0001 19.8358 17.6643 19.5 17.2501 19.5H12.7501V5.5H13.823L15.6647 6.42082C15.7688 6.47289 15.8837 6.5 16.0001 6.5H17.4767L14.7849 15.0242C14.6783 15.3618 14.8223 15.728 15.1304 15.9025C16.2534 16.5388 17.3608 16.8825 18.5001 16.8825C19.6394 16.8825 20.7468 16.5388 21.8698 15.9025C22.1779 15.728 22.3219 15.3618 22.2153 15.0242L19.5234 6.5H21.2501C21.6643 6.5 22.0001 6.16421 22.0001 5.75C22.0001 5.33579 21.6643 5 21.2501 5H16.1771L14.3355 4.07918C14.2314 4.02711 14.1165 4 14.0001 4H12.7501V2.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconLaw;\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,EAA0C,CAAC,IAAU,CAChE,OAAO,gBAAswC,EAAtwC,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,2pCAA2pC,KAAK,eAAc,CAAI,GAGhwC",
  "debugId": "FF10AAA8D1BCC04A64756E2164756E21",
  "names": []
}