@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.27 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonCall = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M5.25 14h11c.1.17.22.33.37.47l.72.69a4.23 4.23 0 0 1-1.1 1.9l-.8-.27a2.19 2.19 0 0 0-2.5.86l-.73 1.06c-.63.93-.52 2.19.27 2.98l.23.23c-.54.05-1.11.08-1.71.08-2.89 0-5.13-.66-6.7-2A3.75 3.75 0 0 1 3 17.16v-.91C3 15.01 4.01 14 5.25 14Zm11.76-1.75.5-1.2c.24-.55.8-.85 1.36-.74l.12.04.63.2c.62.2 1.1.73 1.26 1.4.36 1.6-.08 3.55-1.33 5.84-1.24 2.29-2.6 3.67-4.1 4.13-.57.18-1.2.05-1.66-.34l-.12-.12-.48-.48a1.36 1.36 0 0 1-.22-1.59l.07-.11.72-1.06A1.2 1.2 0 0 1 15 17.7l.12.04 1.34.44a5.08 5.08 0 0 0 1.92-3.1l.04-.28-1.1-1.05c-.37-.35-.5-.89-.36-1.37l.05-.13.5-1.2-.5 1.2ZM11 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10Z"
}));
});
PersonCall.displayName = 'PersonCall';
export var PersonCallDimensions = {
height: 24,
width: 24
};