UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

25 lines 1.2 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var StarEmphasis = /*#__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: "M14.39 4.2a1.8 1.8 0 0 1 3.23 0l3.04 6.17 6.8.99a1.8 1.8 0 0 1 1 3.07l-4.92 4.8L24.7 26a1.8 1.8 0 0 1-2.61 1.9L16 24.7l-6.08 3.2A1.8 1.8 0 0 1 7.3 26l1.16-6.78-4.92-4.8a1.8 1.8 0 0 1 1-3.06l6.8-1 3.04-6.16Z" }), /*#__PURE__*/React.createElement("path", { d: "M25.3 9.58a1 1 0 0 1 0-1.42l3-3a1 1 0 1 1 1.4 1.42l-3 3a1 1 0 0 1-1.4 0ZM2.3 23.16a1 1 0 1 0 1.4 1.42l3-3a1 1 0 1 0-1.4-1.42l-3 3ZM2.3 5.16a1 1 0 0 1 1.4 0l3 3a1 1 0 0 1-1.4 1.42l-3-3a1 1 0 0 1 0-1.42ZM26.7 20.16a1 1 0 0 0-1.4 1.42l3 3a1 1 0 1 0 1.4-1.42l-3-3Z" })); }); StarEmphasis.displayName = 'StarEmphasis'; export var StarEmphasisDimensions = { height: 32, width: 32 };