@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.12 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: "M15.5 4.5h-4.94l-2.4 2.53-.11.1c-.23.2-.52.33-.83.36l-.15.01H2v7.16A2.5 2.5 0 0 0 4.5 17h6.54a2.5 2.5 0 0 1 2.23-2.99A2.99 2.99 0 0 1 15.5 9a3 3 0 0 1 2.5 1.34v-3.5l-.02-.17A2.5 2.5 0 0 0 15.5 4.5ZM7.93 3.21A1.5 1.5 0 0 0 7.17 3H4.34A2.5 2.5 0 0 0 2 5.5v1h5.15a.5.5 0 0 0 .22-.1l.06-.06L9.4 4.3l-1.34-1-.14-.09ZM17.5 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm1.5 4.5c0 1.25-1 2.5-3.5 2.5S12 17.75 12 16.5c0-.83.67-1.5 1.5-1.5h4c.83 0 1.5.67 1.5 1.5Z"
}));
});
FolderPerson.displayName = 'FolderPerson';
export var FolderPersonDimensions = {
height: 20,
width: 20
};