@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 804 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function StarIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "star", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "m2.253 9.905 5.463 3.947L5.49 20.53a.5.5 0 0 0 .767.564l5.745-4.147 5.74 4.146a.5.5 0 0 0 .767-.564l-2.225-6.676 5.463-3.947A.5.5 0 0 0 21.454 9h-6.782l-2.198-6.58a.5.5 0 0 0-.948 0L9.33 9H2.546a.5.5 0 0 0-.293.905Zm6.413 7.106 1.293-3.882L6.874 10.9h3.825L12 7l1.303 3.9h3.822l-3.086 2.23 1.293 3.878-3.33-2.405-3.337 2.408Z", clipRule: "evenodd" }) });
}
exports.default = StarIcon;