{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconRemoveTextstyle/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 IconRemoveTextstyle: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"remove-textstyle\"><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.18857 3.25273C2.46321 2.94266 2.93721 2.91393 3.24728 3.18857L20.7473 18.6886C21.0574 18.9632 21.0861 19.4372 20.8114 19.7473C20.5368 20.0574 20.0628 20.0861 19.7527 19.8114L11.5379 12.5355L10.544 20.3447C10.4917 20.7556 10.1162 21.0463 9.70532 20.994C9.29442 20.9417 9.00371 20.5662 9.05601 20.1553L10.179 11.3319L2.25273 4.31145C1.94266 4.03681 1.91393 3.56281 2.18857 3.25273ZM8.00001 3.75001C8.00001 3.33579 8.33579 3.00001 8.75001 3.00001H19.25C19.6642 3.00001 20 3.33579 20 3.75001C20 4.16422 19.6642 4.50001 19.25 4.50001H12.5606L12.1347 7.84679C12.0824 8.25768 11.7069 8.54839 11.296 8.49609C10.8851 8.4438 10.5944 8.0683 10.6467 7.6574L11.0485 4.50001H8.75001C8.33579 4.50001 8.00001 4.16422 8.00001 3.75001Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconRemoveTextstyle;\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,EAAsD,CAAC,IAAU,CAC5E,OAAO,gBAAi1B,EAAj1B,IAAqB,EAAO,UAAU,oBAAmB,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mtBAAmtB,KAAK,eAAc,CAAI,GAG30B",
  "debugId": "0CA95AC54124A97364756E2164756E21",
  "names": []
}