@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 916 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Call = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m13.51 14.05 2.15-1.97a4 4 0 0 0 1.04-4.35l-.92-2.45a3.83 3.83 0 0 0-4.7-2.32C7.63 4 5 7.2 5.81 10.99a31.8 31.8 0 0 0 9.55 16.48c2.86 2.6 6.96 1.96 9.6-.5a3.8 3.8 0 0 0 .34-5.2l-1.68-2.04a4 4 0 0 0-4.29-1.27l-2.77.87a13.3 13.3 0 0 1-1.88-2.44 12.53 12.53 0 0 1-1.18-2.84z"
}));
});
Call.displayName = 'Call';
export var CallDimensions = {
height: 32,
width: 32
};