iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 690 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 Electronfiddle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8 0c-.631 0-1.143.512-1.143 1.143V15A4.573 4.573 0 008 24a4.571 4.571 0 001.143-8.999v-4.715h4.735c.54 0 .98-.512.98-1.143S14.417 8 13.877 8H9.143V2.286h10.286a1.143 1.143 0 100-2.286zm0 17.143a2.286 2.286 0 110 4.571 2.286 2.286 0 010-4.571z" }));
exports.default = Electronfiddle;