{
  "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.68934 5.5H3.5V18.5H11.25C11.6642 18.5 12 18.8358 12 19.25C12 19.6642 11.6642 20 11.25 20H2.75C2.33579 20 2 19.6642 2 19.25V4.75C2 4.33579 2.33579 4 2.75 4H6.68934L6.21967 3.53033C5.92678 3.23744 5.92678 2.76256 6.21967 2.46967ZM12 4.75C12 4.33579 12.3358 4 12.75 4H21.25C21.6642 4 22 4.33579 22 4.75V19.25C22 19.6642 21.6642 20 21.25 20H17.3107L17.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.3107 18.5H20.5V5.5H12.75C12.3358 5.5 12 5.16421 12 4.75ZM8 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,gBAAg2C,EAAh2C,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,itCAAitC,KAAK,eAAc,CAAI,GAG11C",
  "debugId": "B30928B46F73AF7A64756E2164756E21",
  "names": []
}