{
  "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.93846L19.0607 11.9991L19.7322 11.3276C21.2943 9.76547 21.2943 7.23281 19.7322 5.67072L18.3284 4.26691C16.7663 2.70481 14.2336 2.70481 12.6715 4.26691L12 4.93846Z\" fill=\"currentColor\"/><path d=\"M18.3033 13.3621L10.6378 5.69659L7.9464 6.6753C6.64435 7.14877 5.68002 8.26231 5.39745 9.61865L3.3125 19.6264L8.26632 14.674C8.08526 14.3279 7.98287 13.9342 7.98287 13.5166C7.98287 12.1359 9.10216 11.0166 10.4829 11.0166C11.8636 11.0166 12.9829 12.1359 12.9829 13.5166C12.9829 14.8973 11.8636 16.0166 10.4829 16.0166C10.066 16.0166 9.67302 15.9146 9.32744 15.7342L4.3726 20.6876L14.3813 18.6025C15.7376 18.3199 16.8512 17.3556 17.3246 16.0535L18.3033 13.3621Z\" 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,gBAAm+B,EAAn+B,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,0KAA0K,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8cAA8c,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oNAAoN,KAAK,eAAc,CAAI,GAG79B",
  "debugId": "9DFDD79374CDA4F364756E2164756E21",
  "names": []
}