UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.98 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var DeleteSIcon = 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: "M8.00001 1.75C7.48487 1.75 6.99084 1.95464 6.62658 2.31889C6.31253 2.63294 6.11714 3.04346 6.06924 3.48079H9.93077C9.88288 3.04346 9.68748 2.63294 9.37343 2.31889C9.00918 1.95464 8.51514 1.75 8.00001 1.75ZM11.4358 3.48079C11.3844 2.64501 11.0296 1.85375 10.4341 1.25823C9.78853 0.612671 8.91296 0.25 8.00001 0.25C7.08705 0.25 6.21148 0.612671 5.56592 1.25823C4.9704 1.85375 4.61561 2.64501 4.56419 3.48079H1.53845C1.12424 3.48079 0.788452 3.81658 0.788452 4.23079C0.788452 4.64501 1.12424 4.98079 1.53845 4.98079H2.40379V13.9231C2.40379 14.4077 2.59627 14.8723 2.93889 15.215C3.2815 15.5576 3.74619 15.75 4.23072 15.75H11.7692C12.2537 15.75 12.7184 15.5576 13.061 15.215C13.4036 14.8723 13.5961 14.4077 13.5961 13.9231V4.98079H14.4616C14.8758 4.98079 15.2116 4.64501 15.2116 4.23079C15.2116 3.81658 14.8758 3.48079 14.4616 3.48079H11.4358ZM12.0961 4.98079H3.90379V13.9231C3.90379 14.0098 3.93824 14.093 3.99955 14.1543C4.06086 14.2156 4.14401 14.25 4.23072 14.25H11.7692C11.8559 14.25 11.9391 14.2156 12.0004 14.1543C12.0617 14.093 12.0961 14.0098 12.0961 13.9231V4.98079ZM6.38458 6.71262C6.7988 6.71262 7.13458 7.04841 7.13458 7.46262V11.7725C7.13458 12.1867 6.7988 12.5225 6.38458 12.5225C5.97037 12.5225 5.63458 12.1867 5.63458 11.7725V7.46262C5.63458 7.04841 5.97037 6.71262 6.38458 6.71262ZM9.61538 6.71262C10.0296 6.71262 10.3654 7.04841 10.3654 7.46262V11.7725C10.3654 12.1867 10.0296 12.5225 9.61538 12.5225C9.20116 12.5225 8.86538 12.1867 8.86538 11.7725V7.46262C8.86538 7.04841 9.20116 6.71262 9.61538 6.71262Z", fill: "currentColor" }))); }); DeleteSIcon.displayName = 'DeleteSIcon';