UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.03 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Person6 = /*#__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 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M23 9A7 7 0 1 1 9 9a7 7 0 0 1 14 0zM4 21.5A3.5 3.5 0 0 1 7.5 18h11.83a6.71 6.71 0 0 0-.83 3.24V26c0 1.35.41 2.6 1.11 3.64-1.14.23-2.36.36-3.61.36-3.2 0-6.14-.82-8.32-2.2C5.52 26.41 4 24.4 4 22v-.5zM25.24 18A3.24 3.24 0 0 0 22 21.24V22a5 5 0 1 1-2 4v-4.76a5.24 5.24 0 0 1 8.95-3.7l.26.25a1 1 0 0 1-1.42 1.42l-.25-.26c-.61-.6-1.44-.95-2.3-.95zM25 29a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" })); }); Person6.displayName = 'Person6'; export var Person6Dimensions = { height: 32, width: 32 };