UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const Delete = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M16.323 6.552v11.103a1.11 1.11 0 0 1-1.11 1.11H5.22a1.11 1.11 0 0 1-1.11-1.11V6.552A1.11 1.11 0 0 1 3 5.442V4.33c0-.613.497-1.11 1.11-1.11h3.331V1.556c0-.307.249-.556.555-.556h4.441c.307 0 .555.249.555.556V3.22h3.331c.613 0 1.11.497 1.11 1.11v1.11a1.11 1.11 0 0 1-1.11 1.111zM5.22 7.107V17.099c0 .307.25.556.556.556h8.881a.555.555 0 0 0 .556-.556V6.552H5.22v.555zm6.662-4.996h-3.33v1.11h3.33V2.11zm3.886 2.22H4.666a.555.555 0 0 0 0 1.11h11.102a.555.555 0 1 0 0-1.11zM8.55 16.545h-1.11V8.772h1.11v7.773zm2.22 0h-1.11V8.773h1.11v7.772zm2.221 0h-1.11V8.772h1.11v7.773z", fill: "#000", fillRule: "evenodd" })); exports.default = Delete;