@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 839 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var StarThreeQuarter = /*#__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: "M17 7.35 15.3 3.9a1.45 1.45 0 0 0-2.6 0l-2.69 5.45-6.02.87a1.45 1.45 0 0 0-.8 2.48l4.35 4.24-1.02 6a1.45 1.45 0 0 0 2.1 1.52L14 21.64l3 1.58V7.35Z"
}));
});
StarThreeQuarter.displayName = 'StarThreeQuarter';
export var StarThreeQuarterDimensions = {
height: 28,
width: 28
};