UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.27 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PremiumPerson = /*#__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: "M18.83 3.44A1 1 0 0 0 18 3H5.88a1 1 0 0 0-.77.55l-3 6-.06.13a1 1 0 0 0 .2.99l8.99 9.98c.14.17.33.28.53.32l.11.02a1 1 0 0 0 .89-.35l.26-.29a3.79 3.79 0 0 1-.03-.48v-.1A2.77 2.77 0 0 1 15.77 17h.28a3.49 3.49 0 0 1 2.45-6c.85 0 1.62.3 2.23.8l1.01-1.13.09-.1a1 1 0 0 0 .06-1.02l-3-6-.06-.1ZM9.43 11h5.15L12 17.34 9.42 11Zm-4.18 0h2.01l1.66 4.09L5.25 11Zm1.37-6h2l-1.3 4h-2.7l2-4Zm4.1 0h2.55l1.3 4H9.43l1.3-4Zm4.66 0h2l2 4h-2.7l-1.3-4ZM21 14.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 5.38c0 1.55-1.29 3.12-4.5 3.12S14 21.44 14 19.87v-.1c0-.98.8-1.77 1.77-1.77h5.46c.98 0 1.77.8 1.77 1.77v.1Z" })); }); PremiumPerson.displayName = 'PremiumPerson'; export var PremiumPersonDimensions = { height: 24, width: 24 };