{
  "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.3078 12.995C18.994 13.634 20.0686 13.6193 20.7369 12.9509L21.8227 11.8651C22.5061 11.1817 22.5061 10.0737 21.8227 9.39027L14.7517 2.3192C14.0682 1.63579 12.9602 1.63578 12.2768 2.3192L11.191 3.40498C10.5255 4.07045 10.5081 5.13853 11.1386 5.82515L4.61901 8.8293C4.06981 9.08236 3.69017 9.60102 3.61496 10.201L2.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.2472 11.1039 16.1426 9.9993 16.1426C9.72216 16.1426 9.45818 16.0862 9.21821 15.9843L3.35001 21.8526L13.8868 20.4574C14.4753 20.3795 14.9843 20.0085 15.2385 19.472L18.3078 12.995ZM19.6763 11.8903C19.5787 11.9879 19.4204 11.9879 19.3227 11.8903L12.2517 4.8192C12.154 4.72156 12.154 4.56327 12.2517 4.46564L13.3375 3.37986C13.4351 3.28223 13.5934 3.28223 13.691 3.37986L20.7621 10.4509C20.8597 10.5486 20.8597 10.7069 20.7621 10.8045L19.6763 11.8903Z\" 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,gBAAmjC,EAAnjC,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,g7BAAg7B,KAAK,eAAc,CAAI,GAG7iC",
  "debugId": "21BBB0543A91D69364756E2164756E21",
  "names": []
}