{
  "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.75 2.75C12.75 2.33579 12.4142 2 12 2C11.5858 2 11.25 2.33579 11.25 2.75V4H10.7082C10.126 4 9.55186 4.13554 9.03115 4.3959L8.29803 4.76246C7.9856 4.91867 7.6411 5 7.2918 5H2.75C2.33579 5 2 5.33579 2 5.75C2 6.16421 2.33579 6.5 2.75 6.5H4.47665L2.51626 12.7079C2.2522 13.5441 2.28704 14.4678 2.62939 15.2388C2.97902 16.0263 3.6651 16.6726 4.65882 16.82C5.22038 16.9033 5.77962 16.9033 6.34118 16.82C7.3349 16.6726 8.02098 16.0263 8.37061 15.2388C8.71296 14.4678 8.7478 13.5441 8.48374 12.7079L6.52335 6.5H7.2918C7.87397 6.5 8.44814 6.36446 8.96885 6.1041L9.70197 5.73754C10.0144 5.58133 10.3589 5.5 10.7082 5.5H11.25V19.5H6.75C6.33579 19.5 6 19.8358 6 20.25C6 20.6642 6.33579 21 6.75 21H17.25C17.6642 21 18 20.6642 18 20.25C18 19.8358 17.6642 19.5 17.25 19.5H12.75V5.5H13.2918C13.6411 5.5 13.9856 5.58133 14.298 5.73754L15.0312 6.1041C15.5519 6.36446 16.126 6.5 16.7082 6.5H17.4767L15.5163 12.7079C15.2522 13.5441 15.287 14.4678 15.6294 15.2388C15.979 16.0263 16.6651 16.6726 17.6588 16.82C18.2204 16.9033 18.7796 16.9033 19.3412 16.82C20.3349 16.6726 21.021 16.0263 21.3706 15.2388C21.713 14.4678 21.7478 13.5441 21.4837 12.7079L19.5233 6.5H21.25C21.6642 6.5 22 6.16421 22 5.75C22 5.33579 21.6642 5 21.25 5H16.7082C16.3589 5 16.0144 4.91867 15.702 4.76246L14.9688 4.3959C14.4481 4.13554 13.874 4 13.2918 4H12.75V2.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,gBAAq5C,EAAr5C,IAAqB,EAAO,UAAU,uCAAsC,gBAAC,OAAD,CAAM,EAAE,0yCAA0yC,KAAK,eAAc,CAAI,GAG/4C",
  "debugId": "AB61FA51724A2C3164756E2164756E21",
  "names": []
}