{
  "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.7471 2.75C12.7471 2.33579 12.4113 2 11.9971 2C11.5829 2 11.2471 2.33579 11.2471 2.75V4H10.2331C9.96147 4 9.69352 4.06325 9.45052 4.18475L7.87281 4.97361C7.8381 4.99096 7.79982 5 7.76101 5H2.74708C2.33287 5 1.99708 5.33579 1.99708 5.75C1.99708 6.16421 2.33287 6.5 2.74708 6.5H4.47373L2.02571 14.2521C1.7832 15.02 2.09206 15.9358 2.91529 16.3012C4.66185 17.0763 6.33231 17.0763 8.07886 16.3012C8.9021 15.9358 9.21096 15.02 8.96845 14.2521L6.52043 6.5H7.76101C8.03269 6.5 8.30064 6.43675 8.54363 6.31525L10.1213 5.52639C10.1561 5.50904 10.1943 5.5 10.2331 5.5H11.2471V19.5H6.74708C6.33287 19.5 5.99708 19.8358 5.99708 20.25C5.99708 20.6642 6.33287 21 6.74708 21H17.2471C17.6613 21 17.9971 20.6642 17.9971 20.25C17.9971 19.8358 17.6613 19.5 17.2471 19.5H12.7471V5.5H13.761C13.7998 5.5 13.8381 5.50904 13.8728 5.52639L15.4505 6.31525C15.6935 6.43675 15.9615 6.5 16.2331 6.5H17.4737L15.0257 14.2521C14.7832 15.02 15.0921 15.9358 15.9153 16.3012C17.6619 17.0763 19.3323 17.0763 21.0789 16.3012C21.9021 15.9358 22.211 15.02 21.9685 14.2521L19.5204 6.5H21.2471C21.6613 6.5 21.9971 6.16421 21.9971 5.75C21.9971 5.33579 21.6613 5 21.2471 5H16.2331C16.1943 5 16.1561 4.99096 16.1213 4.97361L14.5436 4.18475C14.3006 4.06325 14.0327 4 13.761 4H12.7471V2.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,gBAA60C,EAA70C,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,kuCAAkuC,KAAK,eAAc,CAAI,GAGv0C",
  "debugId": "CCCBB9399D360F3664756E2164756E21",
  "names": []
}