UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.36 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var FolderPeople = /*#__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: "M13.82 6.5h5.93c1.14 0 2.08.84 2.23 1.94l.01.16.01.15v4.55a2.74 2.74 0 0 0-3.15.46 3.25 3.25 0 1 0-5.43 3.26c-1.43.15-2.42 1.45-2.42 2.86V20H4.25c-1.2 0-2.17-.93-2.24-2.1L2 17.75V10.5h6.4c.4-.04.77-.18 1.1-.4l.15-.12 4.17-3.48ZM8.21 4c.46 0 .9.14 1.28.4l.16.12 2.1 1.75-3.06 2.56-.09.06a.75.75 0 0 1-.29.1l-.1.01H2V6.25c0-1.2.93-2.17 2.1-2.24L4.25 4h3.96Zm7.54 13a2.25 2.25 0 1 0 0-4.5 2.25 2.25 0 0 0 0 4.5Zm0 6c2.68 0 3.75-1.57 3.75-3.13 0-1.03-.72-1.87-1.6-1.87h-4.3c-.88 0-1.6.84-1.6 1.88 0 1.56 1.07 3.12 3.75 3.12Zm6.75-7.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0ZM19.92 22c.4-.66.58-1.4.58-2.13 0-.47-.11-.95-.32-1.37h1.54c.7 0 1.28.59 1.28 1.31 0 1.1-.85 2.19-3 2.19h-.08Z" })); }); FolderPeople.displayName = 'FolderPeople'; export var FolderPeopleDimensions = { height: 24, width: 24 };