@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var StarEdit = /*#__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: "M13.2 3.1c-.49-1-1.92-1-2.41 0L8.43 7.88l-5.27.77a1.35 1.35 0 0 0-.75 2.3l3.81 3.72-.9 5.25a1.35 1.35 0 0 0 1.96 1.42l2.94-1.54.3-1.22c.17-.65.5-1.24.98-1.71l5.9-5.9a3.28 3.28 0 0 1 4.37-.24c.53-.8.08-1.94-.93-2.08l-5.27-.77L13.2 3.1z"
}), /*#__PURE__*/React.createElement("path", {
d: "m18.1 11.67-5.9 5.9c-.34.35-.58.78-.7 1.25l-.46 1.83c-.2.8.52 1.52 1.32 1.32l1.83-.46c.47-.12.9-.36 1.24-.7l5.9-5.9a2.29 2.29 0 0 0-3.23-3.24z"
}));
});
StarEdit.displayName = 'StarEdit';
export var StarEditDimensions = {
height: 24,
width: 24
};