{
  "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.65912C10.7372 7.08108 10.5 7.65321 10.5 8.24994V11.2499C10.5 12.4926 11.5074 13.4999 12.75 13.4999H15.75C16.3467 13.4999 16.9189 13.2627 17.3408 12.8408L21 9.18158V20.2499C21 20.6642 20.6642 20.9999 20.25 20.9999H3.75C3.33579 20.9999 3 20.6642 3 20.2499V3.74994C3 3.33573 3.33579 2.99994 3.75 2.99994H14.8184L11.1592 6.65912Z\" fill=\"currentColor\"/><path d=\"M18.2197 1.71967C18.5126 1.42678 18.9874 1.42678 19.2803 1.71967L22.2803 4.71967C22.5732 5.01256 22.5732 5.48732 22.2803 5.78022L16.2803 11.7802C16.1396 11.9209 15.9489 11.9999 15.75 11.9999H12.75C12.3358 11.9999 12 11.6642 12 11.2499V8.24994C12 8.05103 12.0791 7.86032 12.2197 7.71967L18.2197 1.71967Z\" 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,gBAAoxB,EAApxB,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,mVAAmV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iTAAiT,KAAK,eAAc,CAAI,GAG9wB",
  "debugId": "E51E46AF27B7E35A64756E2164756E21",
  "names": []
}