iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 859 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 Backspace = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 40H68.53a16.08 16.08 0 00-13.72 7.77L9.14 123.88a8 8 0 000 8.24l45.67 76.11A16.08 16.08 0 0068.53 216H216a16 16 0 0016-16V56a16 16 0 00-16-16zM61.67 204.12l6.86-4.12zM216 200H68.53l-43.2-72 43.2-72H216zm-109.66-53.66L124.69 128l-18.35-18.34a8 8 0 0111.32-11.32L136 116.69l18.34-18.35a8 8 0 0111.32 11.32L147.31 128l18.35 18.34a8 8 0 01-11.32 11.32L136 139.31l-18.34 18.35a8 8 0 01-11.32-11.32z" }));
exports.default = Backspace;