@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var StackStar = /*#__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: "M4 4a2 2 0 0 0-2 2v7c0 1.1.9 2 2 2h11a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4Zm5.5 2.1c.19 0 .36.1.45.28l.88 1.76 1.73.21a.5.5 0 0 1 .26.88l-1.27 1.06.44 1.95a.5.5 0 0 1-.76.53L9.5 11.7l-1.74 1.08a.5.5 0 0 1-.75-.53l.44-1.95-1.27-1.06a.5.5 0 0 1 .26-.88l1.73-.21.88-1.76a.5.5 0 0 1 .45-.28Zm-3 11.4A2 2 0 0 1 4.56 16H15.5a2.5 2.5 0 0 0 2.5-2.5V6.56a2 2 0 0 1 1.5 1.94v5a4 4 0 0 1-4 4h-9ZM9 20a2 2 0 0 1-1.94-1.5h9.19c2.35 0 4.25-1.9 4.25-4.25V9.06A2 2 0 0 1 22 11v3.25A5.75 5.75 0 0 1 16.25 20H9Z"
}));
});
StackStar.displayName = 'StackStar';
export var StackStarDimensions = {
height: 24,
width: 24
};