{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRewrite1/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 IconRewrite1: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rewrite-1, resummarize, text-edit\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6.21967 2.46967C6.51256 2.17678 6.98744 2.17678 7.28033 2.46967L9.03033 4.21967C9.32322 4.51256 9.32322 4.98744 9.03033 5.28033L7.28033 7.03033C6.98744 7.32322 6.51256 7.32322 6.21967 7.03033C5.92678 6.73744 5.92678 6.26256 6.21967 5.96967L6.68824 5.5011C6.26631 5.50332 5.93328 5.51005 5.65343 5.53039C5.24893 5.55978 5.01434 5.61469 4.83566 5.69416C4.32706 5.92036 3.92036 6.32706 3.69416 6.83566C3.61469 7.01434 3.55978 7.24893 3.53039 7.65343C3.50046 8.06529 3.5 8.59235 3.5 9.34848V14.45C3.5 15.3025 3.50058 15.8967 3.53838 16.3593C3.57547 16.8132 3.6446 17.074 3.74524 17.2715C3.96095 17.6948 4.30516 18.0391 4.72852 18.2548C4.92604 18.3554 5.1868 18.4245 5.64068 18.4616C6.10331 18.4994 6.69755 18.5 7.55 18.5H11.25C11.6642 18.5 12 18.8358 12 19.25C12 19.6642 11.6642 20 11.25 20H7.51788C6.70505 20 6.04944 20 5.51853 19.9566C4.9719 19.912 4.49175 19.8176 4.04754 19.5913C3.34193 19.2318 2.76825 18.6581 2.40873 17.9525C2.18239 17.5082 2.08803 17.0281 2.04336 16.4815C1.99999 15.9506 1.99999 15.2949 2 14.4821L2 9.32006C1.99999 8.59899 1.99999 8.01736 2.03433 7.54472C2.06966 7.05853 2.14419 6.62949 2.3236 6.2261C2.7006 5.37843 3.37843 4.7006 4.2261 4.3236C4.62949 4.14419 5.05853 4.06966 5.54472 4.03433C5.87124 4.01061 6.24977 4.00327 6.69035 4.00101L6.21967 3.53033C5.92678 3.23744 5.92678 2.76256 6.21967 2.46967ZM18.3593 5.53838C17.8967 5.50058 17.3025 5.5 16.45 5.5H12.75C12.3358 5.5 12 5.16421 12 4.75C12 4.33579 12.3358 4 12.75 4L16.4821 4C17.2949 3.99999 17.9506 3.99999 18.4815 4.04336C19.0281 4.08803 19.5082 4.18238 19.9525 4.40873C20.6581 4.76825 21.2317 5.34193 21.5913 6.04754C21.8176 6.49175 21.912 6.9719 21.9566 7.51853C22 8.04944 22 8.70505 22 9.51788V14.5312C22 15.3212 22 15.9585 21.959 16.475C21.9167 17.0066 21.8275 17.4742 21.6133 17.9086C21.2482 18.649 20.649 19.2482 19.9086 19.6133C19.4742 19.8275 19.0066 19.9167 18.475 19.959C18.14 19.9856 17.7542 19.9949 17.3089 19.9982L17.7803 20.4697C18.0732 20.7626 18.0732 21.2374 17.7803 21.5303C17.4874 21.8232 17.0126 21.8232 16.7197 21.5303L14.9697 19.7803C14.6768 19.4874 14.6768 19.0126 14.9697 18.7197L16.7197 16.9697C17.0126 16.6768 17.4874 16.6768 17.7803 16.9697C18.0732 17.2626 18.0732 17.7374 17.7803 18.0303L17.3126 18.4981C17.733 18.4949 18.0703 18.4864 18.3561 18.4637C18.7978 18.4286 19.0522 18.3631 19.2451 18.268C19.6894 18.0489 20.0489 17.6894 20.268 17.2451C20.3631 17.0522 20.4286 16.7978 20.4637 16.3561C20.4994 15.9061 20.5 15.3285 20.5 14.5V9.55C20.5 8.69755 20.4994 8.10331 20.4616 7.64068C20.4245 7.1868 20.3554 6.92604 20.2548 6.72852C20.039 6.30516 19.6948 5.96095 19.2715 5.74524C19.074 5.6446 18.8132 5.57546 18.3593 5.53838ZM8 10C8 9.58579 8.33579 9.25 8.75 9.25H15.25C15.6642 9.25 16 9.58579 16 10C16 10.4142 15.6642 10.75 15.25 10.75H8.75C8.33579 10.75 8 10.4142 8 10ZM8 14C8 13.5858 8.33579 13.25 8.75 13.25H13.25C13.6642 13.25 14 13.5858 14 14C14 14.4142 13.6642 14.75 13.25 14.75H8.75C8.33579 14.75 8 14.4142 8 14Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRewrite1;\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,gBAAigG,EAAjgG,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,k3FAAk3F,KAAK,eAAc,CAAI,GAG3/F",
  "debugId": "F985B047805B097264756E2164756E21",
  "names": []
}