@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 806 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var StarOneQuarter = /*#__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: "m11 7.36-.99 2-6.02.87a1.45 1.45 0 0 0-.8 2.48l4.35 4.24-1.02 6c-.11.63.19 1.18.66 1.47.4.26.94.32 1.44.05L11 23.22V7.36Z"
}));
});
StarOneQuarter.displayName = 'StarOneQuarter';
export var StarOneQuarterDimensions = {
height: 28,
width: 28
};