UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 871 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 BackspaceLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 42H68.53a14 14 0 00-12 6.8l-45.67 76.11a6 6 0 000 6.18l45.67 76.11a14 14 0 0012 6.8H216a14 14 0 0014-14V56a14 14 0 00-14-14zm2 158a2 2 0 01-2 2H68.53a2 2 0 01-1.71-1L23 128l43.82-73a2 2 0 011.71-1H216a2 2 0 012 2zm-53.76-91.76L144.48 128l19.76 19.76a6 6 0 11-8.48 8.48L136 136.48l-19.76 19.76a6 6 0 01-8.48-8.48L127.52 128l-19.76-19.76a6 6 0 018.48-8.48L136 119.52l19.76-19.76a6 6 0 018.48 8.48z" })); exports.default = BackspaceLight;