UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 864 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 Backspace = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M18.209 16.214H5.44S1 11.217 1 10.107C1 8.997 5.44 4 5.44 4H18.21c.306 0 .555.249.555.556v11.102a.555.555 0 0 1-.555.556zM17.653 5.11H5.996c-.555 0-3.886 4.997-3.886 4.997s3.33 4.997 3.886 4.997h11.657V5.11zm-7.481 4.979L8.95 8.867a.58.58 0 1 1 .82-.82l1.222 1.221 1.221-1.221a.58.58 0 0 1 .82.82l-1.22 1.222 1.239 1.24a.58.58 0 0 1-.82.82l-1.24-1.24-1.24 1.24a.58.58 0 1 1-.82-.82l1.24-1.24z", fill: "#000", fillRule: "evenodd" })); exports.default = Backspace;