{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconEditSmall2/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 IconEditSmall2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"edit-small-2\"><path d=\"M19.9874 2.42663C19.304 1.74321 18.196 1.74321 17.5126 2.42663L12.2197 7.71952C12.079 7.86017 12 8.05094 12 8.24985V11.2498C12 11.6641 12.3358 11.9998 12.75 11.9998H15.75C15.9489 11.9998 16.1397 11.9208 16.2803 11.7802L21.5732 6.48729C22.2566 5.80387 22.2566 4.69583 21.5732 4.01241L19.9874 2.42663Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5.32378 2.99988C5.3325 2.99988 5.34124 2.99988 5.35 2.99988H11.25C11.6642 2.99988 12 3.33566 12 3.74988C12 4.16409 11.6642 4.49988 11.25 4.49988H5.35C5.0576 4.49988 4.88341 4.50046 4.75428 4.51101C4.67547 4.51745 4.64234 4.52595 4.63346 4.5287C4.58883 4.55222 4.55235 4.5887 4.52883 4.63334C4.52607 4.64222 4.51757 4.67535 4.51114 4.75415C4.50059 4.88328 4.5 5.05748 4.5 5.34988V18.6499C4.5 18.9423 4.50059 19.1165 4.51114 19.2456C4.51757 19.3244 4.52607 19.3575 4.52883 19.3664C4.55235 19.4111 4.58882 19.4475 4.63346 19.4711C4.64234 19.4738 4.67546 19.4823 4.75428 19.4887C4.88341 19.4993 5.0576 19.4999 5.35 19.4999H18.65C18.9424 19.4999 19.1166 19.4993 19.2457 19.4887C19.3245 19.4823 19.3577 19.4738 19.3665 19.4711C19.4112 19.4475 19.4477 19.4111 19.4712 19.3664C19.4739 19.3575 19.4824 19.3244 19.4889 19.2456C19.4994 19.1165 19.5 18.9423 19.5 18.6499V12.7499C19.5 12.3357 19.8358 11.9999 20.25 11.9999C20.6642 11.9999 21 12.3357 21 12.7499V18.6761C21 18.9336 21 19.1701 20.9839 19.3678C20.9665 19.5809 20.9266 19.8141 20.8093 20.0444C20.6415 20.3736 20.3738 20.6414 20.0445 20.8091C19.8142 20.9265 19.581 20.9663 19.3679 20.9838C19.1702 20.9999 18.9337 20.9999 18.6762 20.9999H5.32377C5.06629 20.9999 4.82981 20.9999 4.63213 20.9838C4.419 20.9663 4.18583 20.9265 3.95552 20.8091C3.62624 20.6414 3.35852 20.3736 3.19074 20.0444C3.07339 19.8141 3.03353 19.5809 3.01612 19.3678C2.99997 19.1701 2.99998 18.9336 3 18.6761L3 5.34988C3 5.34112 3 5.33238 3 5.32366C2.99998 5.06617 2.99997 4.82969 3.01612 4.63201C3.03353 4.41887 3.07339 4.1857 3.19074 3.95539C3.35852 3.62611 3.62624 3.35839 3.95552 3.19062C4.18583 3.07327 4.419 3.03341 4.63213 3.01599C4.82982 2.99984 5.0663 2.99986 5.32378 2.99988ZM19.3691 19.4702L19.3676 19.4707L19.3691 19.4702ZM4.63088 19.4701L4.63236 19.4707L4.63088 19.4701ZM4.52973 19.369L4.52918 19.3675L4.52973 19.369ZM4.52973 4.63075L4.52917 4.63227L4.52973 4.63075ZM4.63239 4.52904L4.63088 4.52961L4.63239 4.52904Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEditSmall2;\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,gBAAi2E,EAAj2E,IAAqB,EAAO,UAAU,gBAAe,gBAAC,OAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,45DAA45D,KAAK,eAAc,CAAI,GAG31E",
  "debugId": "BF844DC53FC6077364756E2164756E21",
  "names": []
}