@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 988 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CrossSIcon = 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: "M1.46967 1.46967C1.76256 1.17678 2.23744 1.17678 2.53033 1.46967L8.00002 6.93936L13.4697 1.46967C13.7626 1.17678 14.2375 1.17678 14.5304 1.46967C14.8233 1.76256 14.8233 2.23744 14.5304 2.53033L9.06068 8.00002L14.5304 13.4697C14.8233 13.7626 14.8233 14.2375 14.5304 14.5304C14.2375 14.8233 13.7626 14.8233 13.4697 14.5304L8.00002 9.06068L2.53033 14.5304C2.23744 14.8233 1.76256 14.8233 1.46967 14.5304C1.17678 14.2375 1.17678 13.7626 1.46967 13.4697L6.93936 8.00002L1.46967 2.53033C1.17678 2.23744 1.17678 1.76256 1.46967 1.46967Z", fill: "currentColor" }))); });
CrossSIcon.displayName = 'CrossSIcon';