UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheckStarFilledMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CheckStarFilledMIcon = (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.999 2c-.798 0-1.572.275-2.19.778l-.231.189-.293-.048a3.47 3.47 0 0 0-3.794 2.19l-.106.278-.278.105a3.47 3.47 0 0 0-2.188 3.794l.047.293-.188.232a3.47 3.47 0 0 0 0 4.379l.188.231-.047.293a3.47 3.47 0 0 0 2.188 3.794l.278.105.106.279a3.47 3.47 0 0 0 3.794 2.189l.293-.048.23.189a3.47 3.47 0 0 0 4.381 0l.23-.187.295.046a3.47 3.47 0 0 0 3.794-2.19l.105-.278.277-.105a3.47 3.47 0 0 0 2.192-3.794l-.048-.293.187-.23a3.47 3.47 0 0 0 0-4.38h.001l-.188-.23.048-.295a3.47 3.47 0 0 0-2.192-3.794l-.277-.105-.105-.277a3.47 3.47 0 0 0-3.794-2.191l-.293.048-.232-.189A3.47 3.47 0 0 0 12 2m4.458 8.031a.75.75 0 0 0-1.06-1.061l-4.97 4.97-1.97-1.97a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0z", clipRule: "evenodd" }))); }); exports.CheckStarFilledMIcon.displayName = 'CheckStarFilledMIcon';