UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 761 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 DebugStepBack = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.75 5.75v-4h1.5v2.542c1.145-1.359 2.91-2.209 4.84-2.209 3.177 0 5.92 2.307 6.16 5.398l.02.269h-1.501l-.022-.226c-.213-2.195-2.202-3.94-4.656-3.94-1.736 0-3.244.875-4.05 2.166h2.83v1.5H2.707l-.962-.975V5.75h.004zM8 14a2 2 0 110-4 2 2 0 010 4z", fill: "#75BEFF" })); exports.default = DebugStepBack;