{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEditSmall1/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 IconEditSmall1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"edit-small-1, box, pencil, pen, write, draw\"><path d=\"M11.1592 6.65921C10.7374 7.08103 10.5002 7.65367 10.5 8.25003V11.25C10.5001 12.4926 11.5074 13.5 12.75 13.5H15.75C16.3471 13.5 16.9192 13.2625 17.3408 12.8408L21 9.18167V15.4502C21 16.2778 21.001 16.9437 20.957 17.4815C20.9124 18.0281 20.8171 18.508 20.5908 18.9522C20.2313 19.6578 19.6577 20.2313 18.9522 20.5908C18.508 20.8172 18.0281 20.9124 17.4814 20.9571C16.9436 21.001 16.2778 21 15.4502 21H8.54981C7.72223 21 7.05638 21.001 6.51856 20.9571C5.97195 20.9124 5.49205 20.8172 5.04785 20.5908C4.34226 20.2313 3.7687 19.6578 3.40918 18.9522C3.18288 18.508 3.08763 18.0281 3.04297 17.4815C2.99904 16.9437 3 16.2778 3 15.4502V8.54983C3 7.72228 2.99903 7.0564 3.04297 6.51858C3.08763 5.972 3.18287 5.49206 3.40918 5.04788C3.76871 4.34229 4.34226 3.76873 5.04785 3.40921C5.49205 3.1829 5.97196 3.08766 6.51856 3.043C7.05638 2.99906 7.72223 3.00003 8.54981 3.00003H14.8184L11.1592 6.65921Z\" fill=\"currentColor\"/><path d=\"M16.7197 3.21975C17.841 2.09862 19.659 2.09862 20.7803 3.21975C21.9016 4.34103 21.9015 6.15897 20.7803 7.2803L16.2803 11.7803C16.1396 11.921 15.9489 12 15.75 12H12.75C12.3358 12 12 11.6642 12 11.25V8.25003C12.0001 8.05122 12.0791 7.86034 12.2197 7.71975L16.7197 3.21975Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEditSmall1;\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,gBAA0xC,EAA1xC,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,y3BAAy3B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iRAAiR,KAAK,eAAc,CAAI,GAGpxC",
  "debugId": "D2F6EC4840EF0D9464756E2164756E21",
  "names": []
}