{
  "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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M1 13.2502C1 12.836 1.33579 12.5002 1.75 12.5002H4.25C4.66421 12.5002 5 12.836 5 13.2502C5 13.6644 4.66421 14.0002 4.25 14.0002H1.75C1.33579 14.0002 1 13.6644 1 13.2502Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.9 7.80021C3.14853 7.46884 3.61863 7.40169 3.95 7.65021L5.95 9.15021C6.28137 9.39874 6.34853 9.86884 6.1 10.2002C5.85147 10.5316 5.38137 10.5987 5.05 10.3502L3.05 8.85021C2.71863 8.60169 2.65147 8.13158 2.9 7.80021Z\" fill=\"currentColor\"/><path d=\"M18.4053 4.09488C17.353 3.04259 15.6469 3.04259 14.5946 4.09488L10.5946 8.09488C9.54235 9.14716 9.54235 10.8533 10.5946 11.9055C11.6469 12.9578 13.353 12.9578 14.4053 11.9055L15.875 10.4359L20.2196 14.7805C20.5125 15.0734 20.9874 15.0734 21.2803 14.7805C21.5732 14.4876 21.5732 14.0128 21.2803 13.7199L16.9356 9.37521L18.4053 7.90554C19.4576 6.85325 19.4576 5.14716 18.4053 4.09488Z\" fill=\"currentColor\"/><path d=\"M6.91228 16.5002C5.29816 16.5002 3.86514 17.5331 3.35472 19.0644L3.20943 19.5002H2.75C2.33579 19.5002 2 19.836 2 20.2502C2 20.6644 2.33579 21.0002 2.75 21.0002H16.25C16.6642 21.0002 17 20.6644 17 20.2502C17 19.836 16.6642 19.5002 16.25 19.5002H15.7906L15.6453 19.0644C15.1349 17.5331 13.7018 16.5002 12.0877 16.5002H6.91228Z\" 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,gBAAy1C,EAAz1C,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4KAA4K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,4NAA4N,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iYAAiY,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,uUAAuU,KAAK,eAAc,CAAI,GAGn1C",
  "debugId": "0E400429FCF6C5DE64756E2164756E21",
  "names": []
}