iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.97 kB
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 Jsfiddle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.676 13.703c0-1.327 1.148-2.351 2.49-2.351.719 0 1.357.378 1.892.812.348.283.684.619.996.94l.004.005.369.382c.344.36.69.723 1.056 1.03.5.421.947.655 1.35.655.918 0 1.613-.688 1.613-1.473 0-.786-.688-1.473-1.613-1.473-.749 0-1.128.409-1.421.725l-.067.072a.439.439 0 01-.639-.603c.02-.02.042-.044.065-.07.3-.327.918-1.002 2.063-1.002 1.352 0 2.49 1.025 2.49 2.351 0 1.328-1.148 2.351-2.49 2.351-.727 0-1.377-.408-1.915-.86-.36-.302-.71-.66-1.03-.995l-.256-.265c-.37-.387-.74-.772-1.129-1.088-.486-.395-.926-.616-1.338-.616-.917 0-1.612.688-1.612 1.473 0 .786.687 1.474 1.612 1.474.746 0 1.125-.409 1.42-.726l.069-.075a.439.439 0 11.639.602l-.067.072c-.3.328-.918 1.004-2.06 1.004-1.353 0-2.49-1.025-2.49-2.35z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.273 8.011a6.12 6.12 0 015.292-3.034c3.385 0 6.132 2.722 6.132 6.088l-.001.066A4.176 4.176 0 0122 14.859a4.16 4.16 0 01-4.209 4.164H6.227C3.891 18.993 2 17.1 2 14.759c0-1.436.725-2.71 1.826-3.482a2.956 2.956 0 01-.057-.577 3.054 3.054 0 013.06-3.046 3.05 3.05 0 011.444.357zm5.292-2.157A5.242 5.242 0 008.832 8.83a.439.439 0 01-.667.156 2.148 2.148 0 00-1.337-.454A2.176 2.176 0 004.647 10.7c0 .222.036.438.1.64a.439.439 0 01-.194.511 3.388 3.388 0 00-1.675 2.908 3.393 3.393 0 003.358 3.386h11.56a3.283 3.283 0 003.326-3.286c0-1.37-.842-2.55-2.05-3.05a.439.439 0 01-.27-.438l.002-.018c.008-.108.015-.191.015-.288 0-2.875-2.347-5.21-5.254-5.21z", fill: "#323544" }));
exports.default = Jsfiddle;