UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 539 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var CrossSmallMIcon = 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", { d: "M7.5 7.5L16.5 16.5M16.5 7.5L7.5 16.5", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }))); }); CrossSmallMIcon.displayName = 'CrossSmallMIcon';