UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.11 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CheckDoubleMIcon = 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 3.46967C21.3232 3.76256 21.3232 4.23744 21.0303 4.53033L9.53033 16.0303C9.23744 16.3232 8.76256 16.3232 8.46967 16.0303L2.46967 10.0303C2.17678 9.73744 2.17678 9.26256 2.46967 8.96967C2.76256 8.67678 3.23744 8.67678 3.53033 8.96967L9 14.4393L19.9697 3.46967C20.2626 3.17678 20.7374 3.17678 21.0303 3.46967ZM21.0303 7.46967C21.3232 7.76256 21.3232 8.23744 21.0303 8.53033L9.53033 20.0303C9.23744 20.3232 8.76256 20.3232 8.46967 20.0303L2.46967 14.0303C2.17678 13.7374 2.17678 13.2626 2.46967 12.9697C2.76256 12.6768 3.23744 12.6768 3.53033 12.9697L9 18.4393L19.9697 7.46967C20.2626 7.17678 20.7374 7.17678 21.0303 7.46967Z", fill: "currentColor" }))); }); CheckDoubleMIcon.displayName = 'CheckDoubleMIcon';