UNPKG

@brizy/ui-icons

Version:
10 lines (9 loc) 852 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.RatingStyle1 = void 0; const react_1 = __importDefault(require("react")); exports.RatingStyle1 = ({ 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: "M10.44 3.32c.21-.427.91-.427 1.12 0l1.207 2.444 2.698.392c.51.074.717.704.346 1.068L13.86 9.126l.46 2.686a.626.626 0 0 1-.906.66L11 11.201l-2.412 1.269a.626.626 0 0 1-.907-.66l.46-2.686L6.19 7.223a.626.626 0 0 1 .346-1.067l2.698-.392ZM3 7a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2h2Z" })));