@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 919 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonSubtract = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.63 5.07a5.5 5.5 0 0 0-3.3 1.85 2.75 2.75 0 1 1 3.3-1.85zM5.6 8a5.48 5.48 0 0 0 .62 5.96C3.55 13.66 2 11.8 2 10v-.5C2 8.67 2.67 8 3.5 8h2.1zm4.9 7a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zm-2.12-5h4.24a.5.5 0 1 1 0 1H8.38a.5.5 0 0 1 0-1z"
}));
});
PersonSubtract.displayName = 'PersonSubtract';
export var PersonSubtractDimensions = {
height: 16,
width: 16
};