@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 PeopleCall = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M10 5.75a3.25 3.25 0 1 1-6.5 0 3.25 3.25 0 0 1 6.5 0ZM14.5 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-11 1a2 2 0 0 0-2 2s0 4 5.25 4S12 12 12 12a2 2 0 0 0-2-2H3.5Zm12.23.32-.4.94-.03.1c-.12.4-.02.82.27 1.1l.88.83-.03.22a4.03 4.03 0 0 1-1.53 2.47l-1.05-.36-.1-.03a.95.95 0 0 0-.98.41l-.58.84-.05.1c-.22.4-.15.92.17 1.25l.38.39.1.09c.37.3.86.41 1.32.27 1.18-.37 2.26-1.46 3.25-3.28 1-1.82 1.34-3.36 1.05-4.63-.12-.53-.5-.95-1-1.11l-.5-.16-.1-.03a.96.96 0 0 0-1.07.6Z"
}));
});
PeopleCall.displayName = 'PeopleCall';
export var PeopleCallDimensions = {
height: 20,
width: 20
};