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 PeopleSettings = /*#__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 28 28" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M9.5 13a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm14-3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM2 17.25C2 16.01 3 15 4.25 15h10.5c.2 0 .39.03.57.07a7.48 7.48 0 0 0-2.07 7.35c-.98.36-2.2.58-3.75.58C2 23 2 17.75 2 17.75v-.5Zm14.8-.55a2 2 0 0 1-1.45 2.5l-1.02.25a6.8 6.8 0 0 0 0 2.15l.98.23a2 2 0 0 1 1.45 2.52l-.32 1.1c.52.45 1.11.83 1.75 1.1l.85-.9a2 2 0 0 1 2.9 0l.85.9a6.2 6.2 0 0 0 1.75-1.09l-.34-1.16a2 2 0 0 1 1.44-2.5l1.03-.25a6.8 6.8 0 0 0 0-2.15l-.99-.23a2 2 0 0 1-1.45-2.51l.33-1.1a6.2 6.2 0 0 0-1.75-1.1l-.85.88a2 2 0 0 1-2.9 0l-.85-.9a6.2 6.2 0 0 0-1.75 1.1l.34 1.16Zm3.7 5.3a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z" })); }); PeopleSettings.displayName = 'PeopleSettings'; export var PeopleSettingsDimensions = { height: 28, width: 28 };