@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 984 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var StarOff = /*#__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: "M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.3 6.3-4.53.66a1.45 1.45 0 0 0-.8 2.47l4.35 4.24-1.03 6a1.45 1.45 0 0 0 2.1 1.52L14 21.64l5.38 2.83c1.07.56 2.3-.34 2.1-1.52l-.08-.49 3.32 3.32a.75.75 0 0 0 1.06-1.06L3.28 2.22Zm7.57 5.44 9.67 9.68-.06-.39 4.35-4.24c.86-.84.39-2.3-.8-2.47l-6.02-.88-2.69-5.45a1.45 1.45 0 0 0-2.6 0l-1.85 3.75Z"
}));
});
StarOff.displayName = 'StarOff';
export var StarOffDimensions = {
height: 28,
width: 28
};