@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonSupport = /*#__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: "M20 16.25C20 15 19 14 17.75 14H6.25C5 14 4 15 4 16.25v.92c0 .57.18 1.13.51 1.6C6.05 20.92 8.58 22 12 22s5.94-1.07 7.49-3.24c.33-.46.51-1.02.51-1.6v-.91zM17 7a5 5 0 0 0-9.03-2.97.75.75 0 0 0-.22-.03h-2.5a.75.75 0 0 0-.75.75v5.5A2.75 2.75 0 0 0 7.25 13h.26a1 1 0 1 0-.79-1.62c-.42-.2-.72-.63-.72-1.13V10h.75c.38 0 .73-.12 1.02-.33A5 5 0 0 0 17 7zM7 6.9a5.11 5.11 0 0 0 0 .2v1.15c0 .14-.11.25-.25.25H6v-3h1v1.4z"
}));
});
PersonSupport.displayName = 'PersonSupport';
export var PersonSupportDimensions = {
height: 24,
width: 24
};