UNPKG

@scaleflex/icons

Version:
30 lines 2.42 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size"]; import React from 'react'; import { intrinsicComponent } from './utils/functions'; export var StarOutline = intrinsicComponent(function (_ref, ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "StarOutline", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("g", { id: "ic-star-outline" }, /*#__PURE__*/React.createElement("path", { id: "ic-star (Stroke)", fillRule: "evenodd", clipRule: "evenodd", d: "M49.0752 18.1699L33.7434 15.8699C33.3053 15.8699 32.9768 15.6399 32.8673 15.2949L25.9679 0.689995C25.5299 -0.229998 24.4348 -0.229998 24.1062 0.689995L17.2069 15.2949C16.9879 15.5249 16.6593 15.8699 16.3308 15.8699L0.998931 18.1699C0.013312 18.3999 -0.315228 19.5498 0.341851 20.1248L11.4027 31.3948C11.6217 31.6248 11.8407 32.0847 11.7312 32.4297L9.10291 48.5296C8.99339 49.5646 9.97901 50.2546 10.7456 49.7946L24.6538 42.3197C24.9823 42.0897 25.3109 42.0897 25.6394 42.3197L39.3285 49.9096C40.2047 50.2546 41.0808 49.5646 40.9712 48.6446L38.3429 32.5447C38.3429 32.1997 38.4524 31.7397 38.6715 31.5098L49.7323 20.1248C50.2799 19.4348 49.9513 18.2849 49.0752 18.1699ZM45.0835 20.6046L33.4459 18.8588C32.082 18.7577 30.6898 17.962 30.0973 16.4548L25.0371 5.743L19.7129 17.0135L19.3794 17.3637C19.3742 17.3692 19.3682 17.3756 19.3614 17.3827C19.2582 17.4916 18.9772 17.7883 18.6307 18.0529C18.3464 18.27 17.6467 18.763 16.6541 18.8549L5.01291 20.6013L13.5596 29.3095L13.5752 29.3259C13.9839 29.7551 14.3052 30.286 14.5071 30.8373C14.678 31.3037 14.8812 32.1117 14.6713 33.04L12.6601 45.3598L23.1258 39.735C23.6582 39.4047 24.3425 39.1472 25.1466 39.1472C25.9617 39.1472 26.6537 39.4118 27.1892 39.7487L37.4038 45.4122L35.3429 32.788V32.5447C35.3429 32.0857 35.4113 31.6004 35.5461 31.1405C35.6672 30.7272 35.9256 30.043 36.499 29.4409L36.5093 29.43L45.0835 20.6046Z", fill: color }))); }); export default StarOutline;