{
  "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.8236 12.1157C10.2714 11.4919 9.7819 10.8114 9.36486 10.0841C9.33081 10.0248 9.33062 9.92199 9.4169 9.83917L10.3309 8.96176C10.8021 8.50939 10.9821 7.83222 10.7978 7.20555L9.93036 4.25621C9.71131 3.51144 9.02779 3 8.25147 3H4.73663C3.79321 3 2.97164 3.76598 3.01745 4.76901C3.14154 7.48588 3.91633 10.1597 5.28537 12.5194C5.90343 13.5847 6.63381 14.5766 7.46034 15.479L3.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.8236 12.1157Z\" fill=\"currentColor\"/><path d=\"M11.4803 18.7143C10.8517 18.3496 10.2485 17.9457 9.67427 17.5061L13.0743 14.106C13.347 14.2933 13.6276 14.4697 13.9156 14.6348C13.975 14.6689 14.0777 14.6691 14.1605 14.5828L15.0379 13.6689C15.4903 13.1976 16.1675 13.0176 16.7942 13.2019L19.7435 14.0693C20.4883 14.2884 20.9997 14.9719 20.9997 15.7482V19.25C20.9997 20.2049 20.2175 21.0267 19.2094 20.9719C16.502 20.8246 13.862 20.0961 11.4803 18.7143Z\" 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,gBAAmnC,EAAnnC,IAAqB,EAAO,UAAU,sBAAqB,gBAAC,OAAD,CAAM,EAAE,umBAAumB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,EAAE,qZAAqZ,KAAK,eAAc,CAAI,GAG7mC",
  "debugId": "EA1BA1841B54CAA864756E2164756E21",
  "names": []
}