{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconJudgeGavel/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 IconJudgeGavel: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"judge-gavel, legal, terms, law\"><path d=\"M17.7374 3.42663C17.054 2.74321 15.946 2.74321 15.2625 3.42663L9.92675 8.76241C9.24333 9.44583 9.24333 10.5539 9.92675 11.2373L11.2625 12.5731C11.9459 13.2565 13.054 13.2565 13.7374 12.5731L15.875 10.4355L20.2196 14.7802C20.5125 15.0731 20.9874 15.0731 21.2803 14.7802C21.5732 14.4873 21.5732 14.0124 21.2803 13.7195L16.9356 9.37485L19.0732 7.23729C19.7566 6.55387 19.7566 5.44583 19.0732 4.76241L17.7374 3.42663Z\" fill=\"currentColor\"/><path d=\"M3.95 7.64985C3.61863 7.40132 3.14853 7.46848 2.9 7.79985C2.65147 8.13122 2.71863 8.60132 3.05 8.84985L5.05 10.3498C5.38137 10.5984 5.85147 10.5312 6.1 10.1998C6.34853 9.86848 6.28137 9.39838 5.95 9.14985L3.95 7.64985Z\" fill=\"currentColor\"/><path d=\"M1.75 12.4998C1.33579 12.4998 1 12.8356 1 13.2498C1 13.6641 1.33579 13.9998 1.75 13.9998H4.25C4.66421 13.9998 5 13.6641 5 13.2498C5 12.8356 4.66421 12.4998 4.25 12.4998H1.75Z\" fill=\"currentColor\"/><path d=\"M5.47076 16.4998C4.71751 16.4998 4.04876 16.9818 3.81056 17.6964L3.20943 19.4998H2.75C2.33579 19.4998 2 19.8356 2 20.2498C2 20.6641 2.33579 20.9998 2.75 20.9998H16.25C16.6642 20.9998 17 20.6641 17 20.2498C17 19.8356 16.6642 19.4998 16.25 19.4998H15.7906L15.1894 17.6964C14.9512 16.9818 14.2825 16.4998 13.5292 16.4998H5.47076Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconJudgeGavel;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAozC,EAApzC,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,gaAAga,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,6NAA6N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iLAAiL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yUAAyU,KAAK,eAAc,CAAI,GAG9yC",
  "debugId": "9A37B61C8943E6B564756E2164756E21",
  "names": []
}