{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRewrite/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 IconRewrite: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"rewrite, re-edit, redo\"><path d=\"M12 4C9.25128 4 6.82558 5.38587 5.38458 7.5H8.25C8.66421 7.5 9 7.83579 9 8.25C9 8.66421 8.66421 9 8.25 9H3.75C3.33579 9 3 8.66421 3 8.25V3.75C3 3.33579 3.33579 3 3.75 3C4.16421 3 4.5 3.33579 4.5 3.75V6.16846C6.23748 3.93707 8.95063 2.5 12 2.5C15.2289 2.5 18.0813 4.1116 19.7968 6.57093C20.0337 6.91066 19.9504 7.37817 19.6107 7.61514C19.271 7.85211 18.8035 7.76881 18.5665 7.42907C17.1196 5.35469 14.7179 4 12 4Z\" fill=\"currentColor\"/><path d=\"M3.25 11.25C3.66421 11.25 4 11.5858 4 12C4 12.2307 4.00975 12.459 4.02882 12.6844C4.26631 15.491 5.95418 17.8873 8.34333 19.1175C8.7116 19.3071 8.85642 19.7593 8.6668 20.1276C8.47718 20.4959 8.02493 20.6407 7.65667 20.4511C4.82319 18.9921 2.81659 16.1485 2.53416 12.8109C2.51153 12.5434 2.5 12.273 2.5 12C2.5 11.5858 2.83579 11.25 3.25 11.25Z\" fill=\"currentColor\"/><path d=\"M11.0909 19.7158L11.4973 17.8868C11.6624 17.1442 12.0357 16.4641 12.5737 15.9261L15.9697 12.5301L19.4697 16.0301L16.0737 19.4261C15.5357 19.9641 14.8556 20.3374 14.113 20.5025L12.284 20.9089C11.5695 21.0677 10.9321 20.4303 11.0909 19.7158Z\" fill=\"currentColor\"/><path d=\"M20.5304 14.9694L17.0304 11.4694L17.75 10.7498C18.7165 9.78328 20.2835 9.78328 21.25 10.7498C22.2165 11.7163 22.2165 13.2833 21.25 14.2498L20.5304 14.9694Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRewrite;\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,EAA8C,CAAC,IAAU,CACpE,OAAO,gBAA6zC,EAA7zC,IAAqB,EAAO,UAAU,0BAAyB,gBAAC,OAAD,CAAM,EAAE,+ZAA+Z,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,yVAAyV,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,kPAAkP,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,CAAI,GAGvzC",
  "debugId": "F1EF0D25B9EE80BA64756E2164756E21",
  "names": []
}