{
  "version": 3,
  "sources": ["src/CentralIconBase/index.tsx", "src/IconCallOutgoing/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 IconCallOutgoing: React.FC<CentralIconBaseProps> = (props) => {\n  return <CentralIconBase {...props} ariaLabel=\"call-outgoing, phone\"><path d=\"M4.721 3C3.77758 3 2.95602 3.76598 3.00183 4.76901C3.12591 7.48588 3.9007 10.1597 5.26975 12.5194C6.75845 15.0853 8.89878 17.2256 11.4647 18.7143C13.8464 20.0961 16.4864 20.8246 19.1938 20.9719C20.2019 21.0267 20.9841 20.2049 20.9841 19.25V15.7482C20.9841 14.9719 20.4726 14.2884 19.7279 14.0693L16.7785 13.2019C16.1519 13.0176 15.4747 13.1976 15.0223 13.6689L14.1449 14.5828C14.0621 14.6691 13.9593 14.6689 13.8999 14.6348C12.0086 13.5503 10.4337 11.9755 9.34924 10.0841C9.31519 10.0248 9.31499 9.92199 9.40127 9.83917L10.3152 8.96176C10.7865 8.50939 10.9665 7.83222 10.7822 7.20555L9.91474 4.25621C9.69569 3.51144 9.01216 3 8.23585 3H4.721Z\" fill=\"currentColor\"/><path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.9844 3.75C14.9844 3.33579 15.3202 3 15.7344 3H20.2344C20.6486 3 20.9844 3.33579 20.9844 3.75V8.25C20.9844 8.66421 20.6486 9 20.2344 9C19.8202 9 19.4844 8.66421 19.4844 8.25V5.56066L15.2647 9.78033C14.9718 10.0732 14.4969 10.0732 14.204 9.78033C13.9112 9.48744 13.9112 9.01256 14.204 8.71967L18.4237 4.5H15.7344C15.3202 4.5 14.9844 4.16421 14.9844 3.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconCallOutgoing;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA2oC,EAA3oC,IAAqB,EAAO,UAAU,wBAAuB,gBAAC,OAAD,CAAM,EAAE,qoBAAqoB,KAAK,eAAc,EAAE,gBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uWAAuW,KAAK,eAAc,CAAI,GAGroC",
  "debugId": "51BD6C524E7385DB64756E2164756E21",
  "names": []
}