UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheckStarFilledSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.CheckStarFilledSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.7489 0C7.1305 0 6.53097 0.21305 6.05127 0.60328L5.87269 0.749269L5.64582 0.71221C5.03518 0.614113 4.40938 0.729408 3.87381 1.03868C3.33824 1.34795 2.92562 1.8323 2.70543 2.41017L2.62344 2.62467L2.4078 2.70664C1.83026 2.9272 1.34634 3.33994 1.03746 3.8754C0.72858 4.41085 0.613593 5.03635 0.711849 5.64664L0.748913 5.87348L0.602904 6.05316C0.212908 6.5327 0 7.13192 0 7.75C0 8.36808 0.212908 8.96729 0.602904 9.44684L0.748913 9.62652L0.711849 9.85336C0.613593 10.4636 0.72858 11.0891 1.03746 11.6246C1.34634 12.1601 1.83026 12.5728 2.4078 12.7934L2.62344 12.8753L2.70543 13.0909C2.92582 13.6686 3.33852 14.1527 3.87407 14.4618C4.40962 14.7708 5.03531 14.886 5.64582 14.7878L5.87269 14.7507L6.05127 14.8967C6.53097 15.287 7.1305 15.5 7.7489 15.5C8.36731 15.5 8.96684 15.287 9.44654 14.8967L9.62512 14.7519L9.85312 14.7878C10.4636 14.886 11.0893 14.7708 11.6249 14.4618C12.1604 14.1527 12.5731 13.6686 12.7935 13.0909L12.8755 12.8753L13.09 12.7934C13.668 12.5732 14.1524 12.1606 14.4617 11.6251C14.771 11.0896 14.8863 10.4639 14.7882 9.85336L14.7511 9.62652L14.896 9.44796C15.7012 8.45879 15.7013 7.04192 14.8965 6.05371L14.7511 5.8746L14.7882 5.64664C14.8863 5.03608 14.771 4.41036 14.4617 3.87487C14.1524 3.33937 13.668 2.9268 13.09 2.70664L12.8755 2.62467L12.7935 2.41017C12.5733 1.8323 12.1607 1.34795 11.6251 1.03868C11.0896 0.729408 10.4638 0.614113 9.85312 0.71221L9.62624 0.749269L9.44654 0.60328C8.96684 0.21305 8.36731 0 7.7489 0ZM14.8965 6.05371C14.8963 6.05353 14.8966 6.05389 14.8965 6.05371V6.05371ZM11.5967 6.61531C11.9366 6.28576 11.9449 5.74311 11.6154 5.40327C11.2858 5.06342 10.7432 5.05508 10.4033 5.38462L6.87501 8.80602L5.59665 7.56644C5.2568 7.23689 4.71416 7.24525 4.38461 7.5851C4.05507 7.92495 4.06343 8.4676 4.40328 8.79714L6.27833 10.6153C6.6108 10.9377 7.13924 10.9377 7.47171 10.6153L11.5967 6.61531Z", fill: "currentColor" }))); }); exports.CheckStarFilledSIcon.displayName = 'CheckStarFilledSIcon';