@ozen-ui/icons
Version:
A collection of icons
7 lines (6 loc) • 740 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var CloseMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M19.53 4.47a.75.75 0 0 1 0 1.06l-14 14a.75.75 0 0 1-1.06-1.06l14-14a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.47 4.47a.75.75 0 0 1 1.06 0l14 14a.75.75 0 1 1-1.06 1.06l-14-14a.75.75 0 0 1 0-1.06", clipRule: "evenodd" }))); });
CloseMIcon.displayName = 'CloseMIcon';