@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M22.1 6.9c-.78-1.56-2.41-2.83-4.42-2.6-1.79.2-4.45.86-6.26 3.05-1.86 2.24-2.56 5.74-1.13 10.98 1.53 5.59 3.8 11.1 6.61 15.55 2.8 4.41 6.24 7.95 10.2 9.3 3.49 1.2 6.16.7 8.1-.62a9.84 9.84 0 0 0 3.46-4.5c.6-1.48.2-3.02-.58-4.15l-2.88-4.19a5.25 5.25 0 0 0-5.89-2.03l-3.98 1.24a.68.68 0 0 1-.72-.19c-1.77-2.07-3.75-4.96-4.3-7.89 0-.1.01-.17.04-.23.59-.98 1.6-2.1 2.6-3.07a5.63 5.63 0 0 0 1.22-6.52L22.09 6.9Z"
}));
});
Call.displayName = 'Call';
export var CallDimensions = {
height: 48,
width: 48
};