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 DebugStepOver = (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: "M14.25 5.75v-4h-1.5v2.542c-1.145-1.359-2.91-2.209-4.84-2.209-3.177 0-5.92 2.307-6.159 5.398l-.02.269h1.5l.022-.226c.213-2.195 2.202-3.94 4.656-3.94 1.737 0 3.244.875 4.05 2.166H9.13v1.5h4.162l.962-.975V5.75h-.004zM8 14a2 2 0 100-4 2 2 0 000 4z", fill: "#007ACC" })); exports.default = DebugStepOver;