@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 929 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var DeleteSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 1.75a1.94 1.94 0 0 0-1.93 1.73h3.86A1.94 1.94 0 0 0 8 1.75m3.436 1.73a3.442 3.442 0 0 0-6.872 0H1.538a.75.75 0 0 0 0 1.5h.866v8.943A1.827 1.827 0 0 0 4.23 15.75h7.538a1.827 1.827 0 0 0 1.827-1.827V4.981h.866a.75.75 0 0 0 0-1.5zm.66 1.5H3.904v8.943a.327.327 0 0 0 .327.327h7.538a.327.327 0 0 0 .327-.327zM6.385 6.714a.75.75 0 0 1 .75.75v4.31a.75.75 0 0 1-1.5 0v-4.31a.75.75 0 0 1 .75-.75m3.23 0a.75.75 0 0 1 .75.75v4.31a.75.75 0 0 1-1.5 0v-4.31a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
DeleteSIcon.displayName = 'DeleteSIcon';