@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 880 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Star = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M21.8 6.09a2.45 2.45 0 0 1 4.4 0l4.85 9.83 10.85 1.57a2.45 2.45 0 0 1 1.36 4.18l-7.85 7.66 1.85 10.8c.34 2-1.76 3.53-3.56 2.59l-9.7-5.1-9.7 5.1c-1.8.94-3.9-.59-3.56-2.59l1.85-10.8-7.85-7.66A2.45 2.45 0 0 1 6.1 17.5l10.85-1.57L21.8 6.1Z"
}));
});
Star.displayName = 'Star';
export var StarDimensions = {
height: 48,
width: 48
};