UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.18 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CheckStarFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.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" }))); }); CheckStarFilledMIcon.displayName = 'CheckStarFilledMIcon';