UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.32 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CheckStarFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9986 2C11.2006 2 10.4271 2.2749 9.80809 2.77843L9.57767 2.9668L9.28493 2.91898C8.497 2.7924 7.68952 2.94117 6.99847 3.34023C6.30741 3.73929 5.77499 4.36426 5.49088 5.1099L5.38508 5.38666L5.10683 5.49244C4.36163 5.77703 3.73722 6.3096 3.33866 7.00051C2.9401 7.69142 2.79173 8.49852 2.91852 9.28598L2.96634 9.57868L2.77794 9.81053C2.27472 10.4293 2 11.2025 2 12C2 12.7975 2.27472 13.5707 2.77794 14.1895L2.96634 14.4213L2.91852 14.714C2.79173 15.5015 2.9401 16.3086 3.33866 16.9995C3.73722 17.6904 4.36163 18.223 5.10683 18.5076L5.38508 18.6133L5.49088 18.8915C5.77525 19.6369 6.30777 20.2616 6.99881 20.6603C7.68984 21.0591 8.49718 21.2077 9.28493 21.081L9.57767 21.0332L9.80809 21.2216C10.4271 21.7251 11.2006 22 11.9986 22C12.7965 22 13.5701 21.7251 14.1891 21.2216L14.4195 21.0346L14.7137 21.081C15.5014 21.2077 16.3088 21.0591 16.9998 20.6603C17.6909 20.2616 18.2234 19.6369 18.5077 18.8915L18.6135 18.6133L18.8903 18.5076C19.6361 18.2235 20.2611 17.6911 20.6603 17.0002C21.0594 16.3092 21.2082 15.5018 21.0816 14.714L21.0337 14.4213L21.2207 14.1909C22.2596 12.9146 22.2598 11.0863 21.2213 9.81124L21.2221 9.81053L21.0337 9.58013L21.0816 9.28598C21.2082 8.49816 21.0594 7.69079 20.6603 6.99983C20.2611 6.30887 19.6361 5.77652 18.8903 5.49244L18.6135 5.38666L18.5077 5.1099C18.2236 4.36426 17.6912 3.73929 17.0002 3.34023C16.3091 2.94117 15.5016 2.7924 14.7137 2.91898L14.421 2.9668L14.1891 2.77843C13.5701 2.2749 12.7965 2 11.9986 2ZM21.2213 9.81124C21.2211 9.811 21.2215 9.81147 21.2213 9.81124V9.81124ZM16.4573 10.0303C16.7501 9.73744 16.7501 9.26256 16.4573 8.96967C16.1644 8.67678 15.6895 8.67678 15.3966 8.96967L10.4269 13.9393L8.4572 11.9697C8.16431 11.6768 7.68943 11.6768 7.39654 11.9697C7.10365 12.2626 7.10366 12.7374 7.39656 13.0303L9.89662 15.5303C10.1895 15.8232 10.6644 15.8232 10.9573 15.5303L16.4573 10.0303Z", fill: "currentColor" }))); }); CheckStarFilledMIcon.displayName = 'CheckStarFilledMIcon';