@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 774 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CheckMIcon = 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: "M21.0303 4.96967C21.3232 5.26256 21.3232 5.73744 21.0303 6.03033L9.53033 17.5303C9.23744 17.8232 8.76256 17.8232 8.46967 17.5303L2.46967 11.5303C2.17678 11.2374 2.17678 10.7626 2.46967 10.4697C2.76256 10.1768 3.23744 10.1768 3.53033 10.4697L9 15.9393L19.9697 4.96967C20.2626 4.67678 20.7374 4.67678 21.0303 4.96967Z", fill: "currentColor" }))); });
CheckMIcon.displayName = 'CheckMIcon';