@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CallInbound = /*#__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: "M14 3.75c-4.92 0-9.62 3.38-9.46 8.74a35.8 35.8 0 0 0 4.88 16.89A39.98 39.98 0 0 0 21.47 42.4c4.49 3.08 10 .94 12.64-3.37a5.17 5.17 0 0 0-.43-6l-2.41-2.9a5.25 5.25 0 0 0-5.86-1.59l-2.95 1.08c-.85.31-1.62.15-2.07-.31a28.57 28.57 0 0 1-5.16-7.68c-.23-.56-.02-1.32.79-1.9l2.76-1.98a5.25 5.25 0 0 0 1.9-6l-1.56-4.5a5.25 5.25 0 0 0-4.96-3.51h-.15Zm29.63.62c.5.48.5 1.28 0 1.76L30.27 19.5h10.48a1.25 1.25 0 0 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25V7.25a1.25 1.25 0 1 1 2.5 0v10.48L41.87 4.37a1.25 1.25 0 0 1 1.76 0Z"
}));
});
CallInbound.displayName = 'CallInbound';
export var CallInboundDimensions = {
height: 48,
width: 48
};