iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 898 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 BackspaceThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M216 44H68.53a12.06 12.06 0 00-10.29 5.83l-45.67 76.11a4 4 0 000 4.12l45.67 76.11A12.06 12.06 0 0068.53 212H216a12 12 0 0012-12V56a12 12 0 00-12-12zm4 156a4 4 0 01-4 4H68.53a4 4 0 01-3.43-1.94L20.67 128 65.1 53.94A4 4 0 0168.53 52H216a4 4 0 014 4zm-57.17-93.17L141.66 128l21.17 21.17a4 4 0 01-5.66 5.66L136 133.66l-21.17 21.17a4 4 0 01-5.66-5.66L130.34 128l-21.17-21.17a4 4 0 015.66-5.66L136 122.34l21.17-21.17a4 4 0 115.66 5.66z" }));
exports.default = BackspaceThin;