{
  "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.0303 2.71967C16.7374 2.42678 16.2626 2.42678 15.9697 2.71967L9.21967 9.46967C8.92678 9.76256 8.92678 10.2374 9.21967 10.5303L11.9697 13.2803C12.2626 13.5732 12.7374 13.5732 13.0303 13.2803L15.875 10.4357L20.2197 14.7803C20.5126 15.0732 20.9874 15.0732 21.2803 14.7803C21.5732 14.4874 21.5732 14.0126 21.2803 13.7197L16.9357 9.375L19.7803 6.53033C20.0732 6.23744 20.0732 5.76256 19.7803 5.46967L17.0303 2.71967Z\" fill=\"currentColor\"/><path d=\"M3.95 7.65C3.61863 7.40147 3.14853 7.46863 2.9 7.8C2.65147 8.13137 2.71863 8.60147 3.05 8.85L5.05 10.35C5.38137 10.5985 5.85147 10.5314 6.1 10.2C6.34853 9.86863 6.28137 9.39853 5.95 9.15L3.95 7.65Z\" fill=\"currentColor\"/><path d=\"M1.75 12.5C1.33579 12.5 1 12.8358 1 13.25C1 13.6642 1.33579 14 1.75 14H4.25C4.66421 14 5 13.6642 5 13.25C5 12.8358 4.66421 12.5 4.25 12.5H1.75Z\" fill=\"currentColor\"/><path d=\"M4.75 16.5C4.42718 16.5 4.14057 16.7066 4.03849 17.0128L3.20943 19.5H2.75C2.33579 19.5 2 19.8358 2 20.25C2 20.6642 2.33579 21 2.75 21H16.25C16.6642 21 17 20.6642 17 20.25C17 19.8358 16.6642 19.5 16.25 19.5H15.7906L14.9615 17.0128C14.8594 16.7066 14.5728 16.5 14.25 16.5H4.75Z\" 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,gBAA8sC,EAA9sC,IAAqB,EAAO,UAAU,kCAAiC,gBAAC,OAAD,CAAM,EAAE,iaAAia,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wMAAwM,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kJAAkJ,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,sRAAsR,KAAK,eAAc,CAAI,GAGxsC",
  "debugId": "3CD407CA8533D52964756E2164756E21",
  "names": []
}