iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 814 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 BackspaceBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 36H68.53a20.09 20.09 0 00-17.15 9.71L5.71 121.83a12 12 0 000 12.34l45.67 76.12A20.09 20.09 0 0068.53 220H216a20 20 0 0020-20V56a20 20 0 00-20-20zm-4 160H70.8L30 128l40.8-68H212zm-108.49-52.49L119 128l-15.52-15.51a12 12 0 0117-17L136 111l15.51-15.52a12 12 0 0117 17L153 128l15.52 15.51a12 12 0 01-17 17L136 145l-15.51 15.52a12 12 0 01-17-17z" }));
exports.default = BackspaceBold;