{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCallCancel/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 IconCallCancel: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"call-cancel, phone\"><path d=\"M10.8228 12.1165C10.4142 11.655 10.0399 11.1624 9.70384 10.6427C9.46374 10.2715 9.52424 9.73471 9.91627 9.35836C10.6413 8.66231 10.9184 7.62038 10.6348 6.65615L10.2814 5.45485C9.85337 3.99944 8.51765 3 7.0006 3H6.70522C4.70137 3 2.87023 4.65 3.23392 6.81677C3.56969 8.81719 4.26074 10.7558 5.2839 12.5194C5.90214 13.585 6.63276 14.5772 7.45957 15.4798L3.21967 19.7197C2.92678 20.0126 2.92678 20.4874 3.21967 20.7803C3.51256 21.0732 3.98744 21.0732 4.28033 20.7803L20.7803 4.28033C21.0732 3.98744 21.0732 3.51256 20.7803 3.21967C20.4874 2.92678 20.0126 2.92678 19.7197 3.21967L10.8228 12.1165Z\" fill=\"currentColor\"/><path d=\"M9.67364 17.5067L13.0737 14.1066C13.1667 14.1705 13.2607 14.2331 13.3555 14.2944C13.7268 14.5345 14.2635 14.474 14.6399 14.082C15.3359 13.3569 16.3779 13.0799 17.3421 13.3635L18.3064 13.6471C19.9029 14.1167 20.9982 15.5841 20.9982 17.247C20.9982 19.2738 19.3164 21.1113 17.1367 20.7419C15.1599 20.4069 13.2478 19.7406 11.4789 18.7143C10.8505 18.3498 10.2476 17.9461 9.67364 17.5067Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCallCancel;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAA2kC,EAA3kC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,mlBAAmlB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,iYAAiY,KAAK,eAAc,CAAI,GAGrkC",
  "debugId": "BCFAE7EEA50434EF64756E2164756E21",
  "names": []
}