@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FolderPerson = /*#__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.56 4.5h4.94a2.5 2.5 0 0 1 2.48 2.17l.01.17L18 7v4a3 3 0 1 0-5.24 2h-.26a2.5 2.5 0 0 0-2.5 2.5 4.84 4.84 0 0 0 .24 1.5H4.5A2.5 2.5 0 0 1 2 14.66V7.5h5.22c.3-.04.6-.16.83-.36l.1-.1 2.41-2.54zM7.16 3c.28 0 .54.07.77.21l.14.09 1.31.99-1.95 2.05-.06.06a.5.5 0 0 1-.22.1H2v-1A2.5 2.5 0 0 1 4.34 3h2.83zM16 9.27a2 2 0 1 1-2 3.46 2 2 0 0 1 2-3.46zM11.03 16a3.83 3.83 0 0 1-.03-.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5 0 1.12-.46 2.01-1.21 2.61-.74.6-1.74.89-2.79.89a4.43 4.43 0 0 1-2.79-.89A3.18 3.18 0 0 1 11.03 16z"
}));
});
FolderPerson.displayName = 'FolderPerson';
export var FolderPersonDimensions = {
height: 20,
width: 20
};