@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CallTransfer = /*#__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: "M19 3a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v9a1 1 0 1 1-2 0V5.41l-4.8 4.8a1 1 0 0 1-1.4-1.42L26.58 4H20a1 1 0 0 1-1-1Zm-7.49 11.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.32C5.63 4 3 7.2 3.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.84ZM21 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-3.5 3.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
}));
});
CallTransfer.displayName = 'CallTransfer';
export var CallTransferDimensions = {
height: 32,
width: 32
};