{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWrite2/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 IconWrite2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"write-2, fountain-pen\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.3643 12.8758C19.3087 13.3529 20.4909 13.1969 21.2798 12.408C22.2631 11.4248 22.2631 9.83061 21.2798 8.84736L15.2946 2.86207C14.3113 1.87882 12.7172 1.87882 11.7339 2.86207C10.9475 3.64845 10.7901 4.8256 11.2615 5.76846L5.62827 8.36422C4.45142 8.90649 3.63791 10.0179 3.47675 11.3036L2.28711 20.7941L8.15755 14.9236C8.05566 14.6837 7.9993 14.4197 7.9993 14.1426C7.9993 13.038 8.89473 12.1426 9.9993 12.1426C11.1039 12.1426 11.9993 13.038 11.9993 14.1426C11.9993 15.2471 11.1039 16.1426 9.9993 16.1426C9.72215 16.1426 9.45818 16.0862 9.2182 15.9843L3.35 21.8525L12.808 20.6002C14.0692 20.4332 15.1597 19.6382 15.7045 18.4885L18.3643 12.8758ZM20.2192 11.3474C19.8217 11.7448 19.1773 11.7448 18.7798 11.3474L12.7946 5.36206C12.3971 4.9646 12.3971 4.32019 12.7946 3.92273C13.192 3.52527 13.8364 3.52527 14.2339 3.92273L20.2192 9.90802C20.6166 10.3055 20.6166 10.9499 20.2192 11.3474Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWrite2;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAw/B,EAAx/B,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,q3BAAq3B,KAAK,eAAc,CAAI,GAGl/B",
  "debugId": "AADACBBE356FDC0764756E2164756E21",
  "names": []
}