{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRewrite2/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 IconRewrite2: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rewrite-2, write-again, text-edit\"><path d=\"M16.9571 4.04289L17.7626 3.23744C18.446 2.55402 19.554 2.55402 20.2374 3.23744L20.7626 3.76256C21.446 4.44598 21.446 5.55402 20.7626 6.23744L19.9571 7.04289L16.9571 4.04289Z\" fill=\"currentColor\"/><path d=\"M15.5429 5.45711L9.51257 11.4874C9.18438 11.8156 9 12.2607 9 12.7249V14.25C9 14.6642 9.33579 15 9.75 15H11.2751C11.7393 15 12.1844 14.8156 12.5126 14.4874L18.5429 8.45711L15.5429 5.45711Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.71967 2.46967C8.01257 2.17678 8.48744 2.17678 8.78033 2.46967L10.5303 4.21967C10.8232 4.51256 10.8232 4.98744 10.5303 5.28033L8.78033 7.03033C8.48744 7.32322 8.01257 7.32322 7.71967 7.03033C7.42678 6.73744 7.42678 6.26256 7.71967 5.96967L8.18934 5.5H4.35C4.0576 5.5 3.88341 5.50058 3.75428 5.51113C3.67547 5.51757 3.64234 5.52607 3.63346 5.52882C3.58883 5.55234 3.55235 5.58882 3.52883 5.63346C3.52607 5.64234 3.51757 5.67547 3.51114 5.75428C3.50059 5.8834 3.5 6.0576 3.5 6.35V17.65C3.5 17.9424 3.50059 18.1166 3.51114 18.2457C3.51757 18.3245 3.52607 18.3577 3.52883 18.3665C3.55235 18.4112 3.58883 18.4477 3.63347 18.4712C3.64235 18.4739 3.67547 18.4824 3.75428 18.4889C3.88341 18.4994 4.0576 18.5 4.35 18.5H9.25C9.66422 18.5 10 18.8358 10 19.25C10 19.6642 9.66422 20 9.25 20H4.32377C4.06629 20 3.82981 20 3.63213 19.9839C3.419 19.9665 3.18583 19.9266 2.95552 19.8093C2.62624 19.6415 2.35852 19.3738 2.19074 19.0445C2.07339 18.8142 2.03353 18.581 2.01612 18.3679C1.99997 18.1702 1.99998 17.9337 2 17.6762V6.32378C1.99998 6.0663 1.99997 5.82981 2.01612 5.63213C2.03353 5.419 2.07339 5.18582 2.19074 4.95552C2.35852 4.62623 2.62624 4.35852 2.95552 4.19074C3.18583 4.07339 3.419 4.03353 3.63213 4.01612C3.82982 3.99996 4.0663 3.99998 4.32378 4C4.3325 4 4.34124 4 4.35 4H8.18934L7.71967 3.53033C7.42678 3.23744 7.42678 2.76256 7.71967 2.46967ZM3.63088 18.4703L3.63236 18.4708L3.63088 18.4703ZM3.52973 18.3691L3.52918 18.3676L3.52973 18.3691ZM3.52973 5.63087L3.52917 5.63239L3.52973 5.63087ZM3.63239 5.52917L3.63088 5.52973L3.63239 5.52917ZM21.25 10.95C21.6642 10.95 22 11.2857 22 11.7V17.6762C22 17.9337 22 18.1701 21.9839 18.3678C21.9665 18.581 21.9266 18.8141 21.8093 19.0444C21.6415 19.3737 21.3738 19.6414 21.0445 19.8092C20.8142 19.9266 20.581 19.9664 20.3679 19.9838C20.1702 20 19.9337 20 19.6762 20H15.8106L16.2803 20.4697C16.5732 20.7626 16.5732 21.2374 16.2803 21.5303C15.9874 21.8232 15.5126 21.8232 15.2197 21.5303L13.4697 19.7803C13.1768 19.4874 13.1768 19.0126 13.4697 18.7197L15.2197 16.9697C15.5126 16.6768 15.9874 16.6768 16.2803 16.9697C16.5732 17.2626 16.5732 17.7374 16.2803 18.0303L15.8107 18.5H19.65C19.9424 18.5 20.1166 18.4994 20.2457 18.4888C20.3245 18.4824 20.3577 18.4739 20.3665 18.4711C20.4112 18.4476 20.4477 18.4111 20.4712 18.3665C20.4739 18.3576 20.4824 18.3245 20.4889 18.2457C20.4994 18.1165 20.5 17.9424 20.5 17.65V11.7C20.5 11.2857 20.8358 10.95 21.25 10.95ZM20.4703 18.3691L20.4708 18.3676L20.4703 18.3691ZM20.3691 18.4702L20.3675 18.4708L20.3691 18.4702Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRewrite2;\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,EAA+C,CAAC,IAAU,CACrE,OAAO,gBAAs/F,EAAt/F,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,gLAAgL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8LAA8L,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+7EAA+7E,KAAK,eAAc,CAAI,GAGh/F",
  "debugId": "9B86523D0C8C667B64756E2164756E21",
  "names": []
}