{
  "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=\"M8.78033 2.46967C8.48744 2.17678 8.01256 2.17678 7.71967 2.46967C7.42678 2.76256 7.42678 3.23744 7.71967 3.53033L8.18934 4H2.75C2.33579 4 2 4.33579 2 4.75V19.25C2 19.6642 2.33579 20 2.75 20H9.25C9.66421 20 10 19.6642 10 19.25C10 18.8358 9.66421 18.5 9.25 18.5H3.5V5.5H8.18934L7.71967 5.96967C7.42678 6.26256 7.42678 6.73744 7.71967 7.03033C8.01256 7.32322 8.48744 7.32322 8.78033 7.03033L10.5303 5.28033C10.8232 4.98744 10.8232 4.51256 10.5303 4.21967L8.78033 2.46967Z\" fill=\"currentColor\"/><path d=\"M21.25 10.95C21.6642 10.95 22 11.2857 22 11.7V19.25C22 19.6642 21.6642 20 21.25 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.5H20.5V11.7C20.5 11.2857 20.8358 10.95 21.25 10.95Z\" fill=\"currentColor\"/><path d=\"M18.4697 2.53033L16.9571 4.04289L19.9571 7.04289L21.4697 5.53033C21.7626 5.23744 21.7626 4.76256 21.4697 4.46967L19.5303 2.53033C19.2374 2.23744 18.7626 2.23744 18.4697 2.53033Z\" fill=\"currentColor\"/><path d=\"M9.21967 11.7803L15.5429 5.45711L18.5429 8.45711L12.2197 14.7803C12.079 14.921 11.8883 15 11.6893 15H9.75C9.33579 15 9 14.6642 9 14.25V12.3107C9 12.1117 9.07902 11.921 9.21967 11.7803Z\" 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,gBAAk8C,EAAl8C,IAAqB,EAAO,UAAU,qCAAoC,gBAAC,OAAD,CAAM,EAAE,udAAud,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,4bAA4b,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,CAAI,GAG57C",
  "debugId": "85E01F922CD0285264756E2164756E21",
  "names": []
}