@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 2.14 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RateSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.RateSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#RateSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.754.86C1.087.483 1.56.25 2.077.25h11.846c.516 0 .99.233 1.323.61.331.374.504.863.504 1.357v11.566c0 .494-.173.983-.504 1.357-.333.377-.807.61-1.323.61H2.077c-.516 0-.99-.233-1.323-.61a2.05 2.05 0 0 1-.504-1.357V2.217c0-.494.173-.983.504-1.357m1.323.89c-.055 0-.13.024-.2.103a.55.55 0 0 0-.127.364v11.566c0 .151.054.28.127.364.07.08.145.103.2.103h11.846c.055 0 .13-.024.2-.104a.55.55 0 0 0 .127-.363V2.217a.55.55 0 0 0-.127-.364c-.07-.08-.145-.103-.2-.103zm5.92 3.567-.6 1.263a1.052 1.052 0 0 1-.832.624l-1.377.211 1.05 1.053a1.092 1.092 0 0 1 .26.995l-.228 1.422 1.2-.666.044-.022a1.13 1.13 0 0 1 1.004.022l1.222.678-.19-1.399a1.1 1.1 0 0 1 .06-.837.8.8 0 0 1 .142-.196l1.06-1.052-1.39-.22a1.05 1.05 0 0 1-.83-.625zm3.615 2.223-.011-.002zM8.379 4.514l.004-.008zM7.976 3.25a1.07 1.07 0 0 1 .988.606l.005.01.891 1.877 1.96.311c.207.03.398.12.552.253a1.112 1.112 0 0 1 .047 1.623l-1.382 1.373.293 2.16a1.11 1.11 0 0 1-.418 1.07 1.07 1.07 0 0 1-1.187.07l-1.73-.959-1.734.96a1.07 1.07 0 0 1-1.183-.073 1.113 1.113 0 0 1-.418-1.078l.337-2.105-1.432-1.436-.013-.013a1.1 1.1 0 0 1-.252-1.09c.058-.187.166-.358.315-.492.15-.134.335-.226.538-.26l.012-.002 1.964-.301.889-1.87c.082-.179.211-.335.378-.448.17-.116.371-.181.58-.186", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "RateSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.RateSIcon.displayName = 'RateSIcon';