{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEditBig/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 IconEditBig: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"edit-big, box, pencil, pen, write, draw\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.5179 3L11.25 3C11.6642 3 12 3.33579 12 3.75C12 4.16421 11.6642 4.5 11.25 4.5H8.55C7.69755 4.5 7.10331 4.50058 6.64068 4.53838C6.1868 4.57546 5.92604 4.6446 5.72852 4.74524C5.30516 4.96095 4.96095 5.30516 4.74524 5.72852C4.6446 5.92604 4.57547 6.1868 4.53838 6.64068C4.50058 7.10331 4.5 7.69755 4.5 8.55V15.45C4.5 16.3025 4.50058 16.8967 4.53838 17.3593C4.57547 17.8132 4.6446 18.074 4.74524 18.2715C4.96095 18.6948 5.30516 19.0391 5.72852 19.2548C5.92604 19.3554 6.1868 19.4245 6.64068 19.4616C7.10331 19.4994 7.69755 19.5 8.55 19.5H15.45C16.3025 19.5 16.8967 19.4994 17.3593 19.4616C17.8132 19.4245 18.074 19.3554 18.2715 19.2548C18.6948 19.0391 19.0391 18.6948 19.2548 18.2715C19.3554 18.074 19.4245 17.8132 19.4616 17.3593C19.4994 16.8967 19.5 16.3025 19.5 15.45V12.75C19.5 12.3358 19.8358 12 20.25 12C20.6642 12 21 12.3358 21 12.75V15.4821C21 16.295 21 16.9506 20.9566 17.4815C20.912 18.0281 20.8176 18.5082 20.5913 18.9525C20.2318 19.6581 19.6581 20.2318 18.9525 20.5913C18.5082 20.8176 18.0281 20.912 17.4815 20.9566C16.9506 21 16.295 21 15.4821 21H8.51788C7.70505 21 7.04944 21 6.51853 20.9566C5.9719 20.912 5.49175 20.8176 5.04754 20.5913C4.34193 20.2318 3.76825 19.6581 3.40873 18.9525C3.18239 18.5082 3.08803 18.0281 3.04336 17.4815C2.99999 16.9506 2.99999 16.2949 3 15.4821V8.5179C2.99999 7.70506 2.99999 7.04944 3.04336 6.51853C3.08803 5.97189 3.18239 5.49175 3.40873 5.04754C3.76825 4.34193 4.34193 3.76825 5.04754 3.40873C5.49175 3.18238 5.9719 3.08803 6.51853 3.04336C7.04944 2.99999 7.70506 2.99999 8.5179 3Z\" fill=\"currentColor\"/><path d=\"M21.0303 2.9699C19.909 1.84858 18.091 1.84857 16.9697 2.9699L8.21967 11.7199C8.07902 11.8605 8 12.0513 8 12.2502V15.2502C8 15.6644 8.33579 16.0002 8.75 16.0002H11.75C11.9489 16.0002 12.1397 15.9212 12.2803 15.7806L21.0303 7.03056C22.1517 5.90924 22.1517 4.09122 21.0303 2.9699Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEditBig;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAAo8D,EAAp8D,IAAqB,EAAO,UAAU,2CAA0C,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0/CAA0/C,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,wRAAwR,KAAK,eAAc,CAAI,GAG97D",
  "debugId": "6F1A74781C34553064756E2164756E21",
  "names": []
}