UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.19 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PeopleQueue = /*#__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 25 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M10.92 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm-5.75 4c-.97 0-1.75.78-1.75 1.75v4.75a4.5 4.5 0 1 0 9 0v-4.75c0-.97-.79-1.75-1.75-1.75h-5.5Zm6.1 10.85a5.5 5.5 0 0 0 2.15-4.35v-4.75c0-.66-.24-1.27-.63-1.75h2.38c.96 0 1.75.78 1.75 1.75v4.75a4.5 4.5 0 0 1-5.64 4.35ZM11.93 6c0 1-.37 1.91-.98 2.61a3 3 0 1 0 0-5.23c.6.7.98 1.62.98 2.62Zm3.86 14.85a5.5 5.5 0 0 0 2.14-4.35v-4.75c0-.66-.24-1.27-.63-1.75h2.38c.96 0 1.75.78 1.75 1.75v4.75a4.5 4.5 0 0 1-5.64 4.35ZM16.42 6c0 1-.37 1.91-.98 2.61a3 3 0 1 0 0-5.23c.6.7.98 1.62.98 2.62Z" })); }); PeopleQueue.displayName = 'PeopleQueue'; export var PeopleQueueDimensions = { height: 24, width: 25 };