@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var StarAdd = /*#__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: "M12.7 3.9a1.45 1.45 0 0 1 2.6 0L18 9.37l6.01.87a1.45 1.45 0 0 1 .8 2.48l-1.06 1.03a7.5 7.5 0 0 0-10.59 8.34l-4.54 2.4a1.45 1.45 0 0 1-2.1-1.53l1.02-6-4.35-4.24c-.86-.84-.39-2.3.8-2.48l6.02-.87 2.7-5.45ZM27 20.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0Zm-6-4a.5.5 0 0 0-1 0V20h-3.5a.5.5 0 0 0 0 1H20v3.5a.5.5 0 1 0 1 0V21h3.5a.5.5 0 1 0 0-1H21v-3.5Z"
}));
});
StarAdd.displayName = 'StarAdd';
export var StarAddDimensions = {
height: 28,
width: 28
};