@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 999 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var RibbonStar = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M17 21.25v-6a7.97 7.97 0 0 1-10 0v6c0 .6.69.96 1.18.6L12 19.18l3.82 2.69c.5.35 1.18 0 1.18-.61ZM19 9A7 7 0 1 0 5 9a7 7 0 0 0 14 0Zm-6.77-3.36.91 1.86 2.05.29c.2.03.29.29.14.44l-1.48 1.44.35 2.03c.03.21-.19.37-.37.27L12 11.01l-1.83.96a.25.25 0 0 1-.37-.27l.35-2.03-1.48-1.44a.26.26 0 0 1 .14-.44l2.05-.3.91-1.85c.1-.19.37-.19.46 0Z"
}));
});
RibbonStar.displayName = 'RibbonStar';
export var RibbonStarDimensions = {
height: 24,
width: 24
};