@brizy/ui-icons
Version:
10 lines (9 loc) • 923 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.RatingStyle2 = void 0;
const react_1 = __importDefault(require("react"));
exports.RatingStyle2 = ({ className, onClick, style }) => (react_1.default.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
react_1.default.createElement("path", { fill: "currentColor", d: "M11 2a5 5 0 0 1 5 5v2a5 5 0 0 1-5 5H5a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5h6Zm-.449 2.256-.964 1.955-2.159.314a.5.5 0 0 0-.277.853L8.713 8.9l-.368 2.15a.5.5 0 0 0 .725.526L11 10.562l1.93 1.015a.5.5 0 0 0 .726-.527l-.369-2.15L14.85 7.38a.501.501 0 0 0-.277-.854l-2.158-.314-.966-1.955c-.169-.341-.728-.341-.897 0ZM5 7H3a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2Z" })));