{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconWrite1/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 IconWrite1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"write-1, fountain-pen\"><path d=\"M12 4.93943L19.0607 12.0001L21.1464 9.91433C21.9275 9.13328 21.9275 7.86695 21.1464 7.0859L16.9142 2.85367C16.1331 2.07262 14.8668 2.07262 14.0858 2.85367L12 4.93943Z\" fill=\"currentColor\"/><path d=\"M18.3031 13.3631L10.6376 5.69757L6.89893 7.05708C6.24791 7.29381 5.76575 7.85058 5.62446 8.52876L3.3125 19.6262L8.26606 14.674C8.08501 14.3279 7.98261 13.9342 7.98261 13.5166C7.98261 12.1359 9.1019 11.0166 10.4826 11.0166C11.8633 11.0166 12.9826 12.1359 12.9826 13.5166C12.9826 14.8973 11.8633 16.0166 10.4826 16.0166C10.0658 16.0166 9.67276 15.9146 9.32718 15.7342L4.37111 20.6889L15.4719 18.3762C16.1501 18.2349 16.7068 17.7528 16.9436 17.1017L18.3031 13.3631Z\" fill=\"currentColor\"/><path d=\"M9.48242 13.5166C9.48242 12.9643 9.93014 12.5166 10.4824 12.5166C11.0347 12.5166 11.4824 12.9643 11.4824 13.5166C11.4824 14.0689 11.0347 14.5166 10.4824 14.5166C9.93014 14.5166 9.48242 14.0689 9.48242 13.5166Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconWrite1;\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,gBAAq+B,EAAr+B,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,yKAAyK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,idAAid,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,CAAI,GAG/9B",
  "debugId": "5446003FFFB2772464756E2164756E21",
  "names": []
}