@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 972 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CallEnd = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m16.86 13.36.7 3.53c.19.91.9 1.62 1.82 1.78l2.88.5a2.75 2.75 0 0 0 3.15-2.1l.37-1.63c.49-2.1-.38-4.4-2.53-5.25-2.11-.83-5.28-1.7-9.25-1.69-3.95.01-7.1.88-9.21 1.7-2.17.83-3.06 3.15-2.57 5.26l.37 1.61a2.75 2.75 0 0 0 3.15 2.1l2.88-.5a2.25 2.25 0 0 0 1.82-1.78l.7-3.53A15.38 15.38 0 0 1 14 13a12.5 12.5 0 0 1 2.86.36z"
}));
});
CallEnd.displayName = 'CallEnd';
export var CallEndDimensions = {
height: 28,
width: 28
};