@braineet/ui
Version:
Braineet design system
24 lines (23 loc) • 3.07 kB
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var React = _interopRequireWildcard(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function StarLine(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _extends({
viewBox: "0 0 24 24",
fill: "none"
}, props, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M11.9999 7.07321L11.1103 8.65153C10.6822 9.41106 9.94486 9.94678 9.09022 10.1192L7.31424 10.4776L8.54041 11.8114C9.13048 12.4532 9.41212 13.32 9.31202 14.1861L9.10401 15.9859L10.7514 15.2319C11.5442 14.8691 12.4556 14.8691 13.2484 15.2319L14.8958 15.9859L14.6878 14.1861C14.5877 13.32 14.8694 12.4532 15.4594 11.8114L16.6856 10.4776L14.9096 10.1192C14.055 9.94678 13.3176 9.41106 12.8895 8.65153L11.9999 7.07321ZM12.8711 4.5456C12.4886 3.86696 11.5113 3.86696 11.1288 4.54561L9.36802 7.6695C9.22532 7.92268 8.97953 8.10125 8.69465 8.15873L5.17955 8.86797C4.41591 9.02205 4.11392 9.9515 4.64115 10.525L7.06804 13.1649C7.26473 13.3789 7.35861 13.6678 7.32525 13.9565L6.91355 17.5187C6.82411 18.2926 7.61474 18.867 8.3231 18.5428L11.5838 17.0505C11.848 16.9296 12.1518 16.9296 12.4161 17.0505L15.6768 18.5428C16.3851 18.867 17.1757 18.2926 17.0863 17.5187L16.6746 13.9565C16.6412 13.6678 16.7351 13.3789 16.9318 13.1649L19.3587 10.525C19.8859 9.9515 19.5839 9.02205 18.8203 8.86797L15.3052 8.15873C15.0203 8.10125 14.7745 7.92268 14.6318 7.6695L12.8711 4.5456Z",
fill: "currentColor"
})
}));
}
var _default = StarLine;
exports.default = _default;