UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 762 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.911-2.209 4.841-2.209 3.176 0 5.92 2.307 6.159 5.398l.02.269h-1.5l-.023-.226c-.212-2.195-2.202-3.94-4.656-3.94-1.736 0-3.244.875-4.05 2.166h2.83v1.5H2.707l-.961-.975V5.75h.003zM8 14a2 2 0 110-4 2 2 0 010 4z", fill: "#007ACC" })); exports.default = DebugStepBack;