@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 778 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CheckSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.0303 4.46519C14.3232 4.75211 14.3232 5.21729 14.0303 5.50421L7.36366 12.0348C7.07814 12.3145 6.61782 12.3226 6.32229 12.053L2.48895 8.55705C2.18578 8.28056 2.16882 7.81567 2.45107 7.51869C2.73332 7.22171 3.20789 7.2051 3.51105 7.48158L6.81472 10.4945L12.9697 4.46519C13.2626 4.17827 13.7374 4.17827 14.0303 4.46519Z", fill: "currentColor" }))); });
CheckSIcon.displayName = 'CheckSIcon';