{
  "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.9692 13.658C19.2621 13.9509 19.7369 13.9509 20.0298 13.658L22.5298 11.158C22.6705 11.0174 22.7495 10.8266 22.7495 10.6277C22.7495 10.4288 22.6705 10.238 22.5298 10.0973L14.0446 1.61207C13.7517 1.31917 13.2768 1.31917 12.9839 1.61206L10.4839 4.11205C10.3432 4.25271 10.2642 4.44347 10.2642 4.64238C10.2642 4.8413 10.3432 5.03206 10.4839 5.17271L11.137 5.82584L4.11437 9.06179C3.87901 9.17025 3.7163 9.39253 3.68407 9.64967L2.28711 20.7941L8.15756 14.9236C8.05567 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.72216 16.1426 9.45818 16.0862 9.21821 15.9843L3.35001 21.8525L14.4262 20.386C14.6784 20.3526 14.8965 20.1936 15.0055 19.9636L18.3073 12.9961L18.9692 13.658ZM20.9388 10.6277L19.4995 12.067L12.0749 4.64239L13.5142 3.20305L20.9388 10.6277Z\" 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,gBAAu/B,EAAv/B,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,o3BAAo3B,KAAK,eAAc,CAAI,GAGj/B",
  "debugId": "BA5F2514698DBFEA64756E2164756E21",
  "names": []
}