UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 839 B
"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 Trash2Fill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-trash2-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M2.037 3.225A.7.7 0 012 3c0-1.105 2.686-2 6-2s6 .895 6 2a.7.7 0 01-.037.225l-1.684 10.104A2 2 0 0110.305 15H5.694a2 2 0 01-1.973-1.671zm9.89-.69C10.966 2.214 9.578 2 8 2c-1.58 0-2.968.215-3.926.534-.477.16-.795.327-.975.466.18.14.498.307.975.466C5.032 3.786 6.42 4 8 4s2.967-.215 3.926-.534c.477-.16.795-.327.975-.466-.18-.14-.498-.307-.975-.466z" })); exports.default = Trash2Fill;