{
  "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.9394L19.0607 12.0001L21.8535 9.20722C22.244 8.8167 22.244 8.18353 21.8535 7.79301L16.207 2.14656C15.8165 1.75604 15.1834 1.75604 14.7928 2.14656L12 4.9394Z\" fill=\"currentColor\"/><path d=\"M18.3031 13.363L10.6377 5.69754L6.37537 7.24747C6.04986 7.36583 5.80878 7.64422 5.73813 7.9833L3.3125 19.6263L8.26615 14.6741C8.0851 14.328 7.98272 13.9343 7.98272 13.5167C7.98272 12.136 9.102 11.0167 10.4827 11.0167C11.8634 11.0167 12.9827 12.136 12.9827 13.5167C12.9827 14.8975 11.8634 16.0167 10.4827 16.0167C10.0659 16.0167 9.67284 15.9147 9.32725 15.7343L4.37136 20.6888L16.0174 18.2626C16.3565 18.1919 16.6349 17.9508 16.7532 17.6253L18.3031 13.363Z\" fill=\"currentColor\"/><path d=\"M9.48242 13.5168C9.48242 12.9645 9.93014 12.5168 10.4824 12.5168C11.0347 12.5168 11.4824 12.9645 11.4824 13.5168C11.4824 14.069 11.0347 14.5168 10.4824 14.5168C9.93014 14.5168 9.48242 14.069 9.48242 13.5168Z\" 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,gBAAu9B,EAAv9B,IAAqB,EAAO,UAAU,yBAAwB,gBAAC,OAAD,CAAM,EAAE,oKAAoK,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,0cAA0c,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kNAAkN,KAAK,eAAc,CAAI,GAGj9B",
  "debugId": "25D1E53B942C648464756E2164756E21",
  "names": []
}