@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.38 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({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.549 6.279a.5.5 0 0 1 .896 0l1.608 3.26 3.597.522a.5.5 0 0 1 .277.853l-2.603 2.537.615 3.583a.5.5 0 0 1-.726.527l-3.216-1.691-3.216 1.691a.5.5 0 0 1-.726-.527l.615-3.583-2.603-2.537a.5.5 0 0 1 .278-.853l3.596-.523zm.448 2.48-.712 1.443a1.5 1.5 0 0 1-.985.792l-.144.029-1.592.23 1.152 1.124a1.5 1.5 0 0 1 .45 1.166l-.019.162-.272 1.586 1.424-.749a1.5 1.5 0 0 1 1.247-.068l.148.068 1.424.749-.272-1.586a1.5 1.5 0 0 1 .32-1.207l.111-.12 1.151-1.124-1.59-.231a1.5 1.5 0 0 1-1.058-.692l-.071-.129z", clipRule: "evenodd" }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm2-.5h14a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 1 .5-.5", clipRule: "evenodd" }))); });
exports.RateMIcon.displayName = 'RateMIcon';