UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Premium = /*#__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: "M7 4c-.48 0-.92.27-1.13.7l-3.75 7.76c-.2.43-.15.95.16 1.33l12.75 15.75a1.25 1.25 0 0 0 1.94 0l12.75-15.75c.3-.38.37-.9.16-1.33L26.13 4.7c-.21-.43-.65-.7-1.13-.7H7Zm-1.64 7.5 2.42-5h3.7l-1.57 5H5.36Zm.3 2.5h4.1l2.87 8.6L5.67 14Zm6.74 0h7.2L16 24.8 12.4 14Zm9.83 0h4.1l-6.96 8.6 2.86-8.6Zm4.4-2.5H22.1l-1.56-5h3.69l2.42 5Zm-7.16 0h-6.94l1.56-5h3.82l1.56 5Z" })); }); Premium.displayName = 'Premium'; export var PremiumDimensions = { height: 32, width: 32 };