@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.9 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RateMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.RateMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5487 6.27879C11.7321 5.90707 12.2621 5.90707 12.4455 6.27879L14.0535 9.5383L17.6496 10.061C18.0596 10.1207 18.2234 10.6245 17.9267 10.9138L15.3244 13.4514L15.9387 17.0343C16.0087 17.4428 15.58 17.7542 15.2132 17.5613L11.9971 15.8699L8.78103 17.5613C8.41423 17.7542 7.98544 17.4428 8.05547 17.0343L8.66974 13.4514L6.06748 10.9138C5.77083 10.6245 5.93459 10.1207 6.34463 10.061L9.94068 9.5383L11.5487 6.27879ZM11.9967 8.75877L11.2848 10.2021C11.0883 10.6005 10.7266 10.8889 10.3003 10.9943L10.1559 11.0226L8.56407 11.2538L9.71592 12.3772C10.03 12.6835 10.1924 13.1098 10.166 13.5426L10.1471 13.7049L9.87454 15.2908L11.299 14.5421C11.6872 14.3379 12.1427 14.3152 12.5459 14.474L12.6944 14.5421L14.1178 15.2908L13.8462 13.7049C13.7721 13.2724 13.8912 12.832 14.1668 12.4975L14.2774 12.3772L15.4283 11.2538L13.8375 11.0226C13.398 10.9587 13.012 10.7038 12.78 10.3307L12.7085 10.2021L11.9967 8.75877Z", fill: "currentColor" }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 5C3 3.89543 3.89543 3 5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5ZM5 4.5H19C19.2761 4.5 19.5 4.72386 19.5 5V19C19.5 19.2761 19.2761 19.5 19 19.5H5C4.72386 19.5 4.5 19.2761 4.5 19V5C4.5 4.72386 4.72386 4.5 5 4.5Z", fill: "currentColor" }))); });
exports.RateMIcon.displayName = 'RateMIcon';