UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.35 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var CallConnecting = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 20 20" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M3.55 2.44a4.1 4.1 0 0 1 2.99-.32c.5.13.94.45 1.2.9l.9 1.57a2.5 2.5 0 0 1-.84 3.36l-.79.5c-.32.2-.44.52-.37.77.27.9.86 1.9 1.52 2.58.19.2.54.25.9.05l.43-.26a2.5 2.5 0 0 1 3.44.94l.8 1.44c.27.47.31 1.03.12 1.53a3.9 3.9 0 0 1-1.96 2.22c-.9.41-1.94.4-2.88-.24-1.5-1-3.3-2.68-4.94-5.48a13.27 13.27 0 0 1-2.03-7.06 2.87 2.87 0 0 1 1.51-2.5zM12.74 2.06a.5.5 0 1 0-.48.88l.38.21a8.5 8.5 0 0 1 4.33 6.59l.03.31a.5.5 0 1 0 1-.1l-.03-.31a9.5 9.5 0 0 0-4.84-7.36l-.39-.22z" }), /*#__PURE__*/React.createElement("path", { d: "M11.57 4.74a.5.5 0 0 1 .69-.17l.12.08a6.5 6.5 0 0 1 3.07 4.5l.04.27a.5.5 0 1 1-.98.16l-.05-.26a5.5 5.5 0 0 0-2.6-3.82l-.12-.07a.5.5 0 0 1-.17-.69z" })); }); CallConnecting.displayName = 'CallConnecting'; export var CallConnectingDimensions = { height: 20, width: 20 };