{
  "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.65929C10.7372 7.08125 10.5 7.65338 10.5 8.25011V11.2501C10.5 12.4927 11.5074 13.5001 12.75 13.5001H15.75C16.3467 13.5001 16.9189 13.2629 17.3408 12.8409L21 9.18175V18.6759C21 18.9334 21.0005 19.1706 20.9844 19.3683C20.9669 19.5813 20.9269 19.8148 20.8096 20.045C20.6418 20.3741 20.374 20.6419 20.0449 20.8097C19.8147 20.927 19.5812 20.9671 19.3682 20.9845C19.1705 21.0006 18.9333 21.0001 18.6758 21.0001H5.32422C5.06674 21.0001 4.82952 21.0006 4.63184 20.9845C4.41877 20.9671 4.18529 20.927 3.95508 20.8097C3.62597 20.6419 3.35818 20.3741 3.19043 20.045C3.07314 19.8148 3.03403 19.5813 3.0166 19.3683C3.00046 19.1707 2.99998 18.9341 3 18.6769V5.32433C2.99998 5.06688 3.00045 4.82961 3.0166 4.63195C3.03403 4.41891 3.07314 4.18538 3.19043 3.95519C3.35818 3.62608 3.62597 3.35829 3.95508 3.19054C4.18526 3.07326 4.41879 3.03414 4.63184 3.01671C4.82951 3.00056 5.06675 3.00009 5.32422 3.00011H14.8184L11.1592 6.65929Z\" fill=\"currentColor\"/><path d=\"M17.5127 2.42687C18.1961 1.74345 19.3039 1.74345 19.9873 2.42687L21.5732 4.01281C22.2565 4.69624 22.2566 5.80405 21.5732 6.48742L16.2803 11.7804C16.1396 11.921 15.9489 12.0001 15.75 12.0001H12.75C12.3358 12.0001 12.0001 11.6643 12 11.2501V8.25011C12 8.05124 12.0791 7.86048 12.2197 7.71984L17.5127 2.42687Z\" 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,gBAAq2C,EAAr2C,IAAqB,EAAO,UAAU,+CAA8C,gBAAC,OAAD,CAAM,EAAE,g6BAAg6B,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qTAAqT,KAAK,eAAc,CAAI,GAG/1C",
  "debugId": "91E397B97F05D19964756E2164756E21",
  "names": []
}