UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.3 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var ShiftsTeam = /*#__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: "M17.75 3C19.55 3 21 4.46 21 6.25v11.5c0 1.8-1.46 3.25-3.25 3.25h-5c.18-.38.25-.79.25-1.19 0-.92-.53-1.73-1.32-2.1A2.74 2.74 0 0 0 9.75 13c-.74 0-1.4.3-1.9.76A3.25 3.25 0 0 0 3 12.01V6.25C3 4.45 4.46 3 6.25 3h11.5Zm-6 3a.75.75 0 0 0-.75.75v6c0 .41.34.75.75.75h4.5a.75.75 0 0 0 0-1.5H12.5V6.75a.75.75 0 0 0-.75-.75Zm-7 11a2.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.87H2.6c-.88 0-1.6.84-1.6 1.88C1 21.43 2.07 23 4.75 23Zm6.75-7.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0ZM8.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" })); }); ShiftsTeam.displayName = 'ShiftsTeam'; export var ShiftsTeamDimensions = { height: 24, width: 24 };