iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 562 B
JavaScript
;
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 TrashIcon = (props) => React.createElement("svg", { "aria-label": "trash icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9 2h6v2H9V2zM3 7V5h18v2H3zm2 0h14l-.5 15h-13L5 7zm2 0l.5 13h9L17 7H7zm2 2h2v9H9V9zm4 0h2v9h-2V9z" }));
exports.default = TrashIcon;