@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 672 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function StarFilledIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "filled star", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.716 13.852 2.253 9.905A.5.5 0 0 1 2.546 9H9.33l2.196-6.58a.5.5 0 0 1 .948 0L14.672 9h6.782a.5.5 0 0 1 .293.905l-5.463 3.947 2.225 6.676a.5.5 0 0 1-.767.564l-5.74-4.146-5.745 4.146a.5.5 0 0 1-.767-.563l2.226-6.677Z" }) });
}
exports.default = StarFilledIcon;