UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.11 kB
"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 Jetpack = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-jetpack", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 2a4 4 0 014 4v7a1 1 0 01-1 1h-6a1 1 0 01-1-1v-1h-2v1a1 1 0 01-1 1H4a1 1 0 01-1-1V6a4 4 0 018 0v1h2V6a4 4 0 014-4m-4 8V9h-2v1zm-4 5a1 1 0 011 1c0 2.623-.787 4.59-2.4 5.8a1 1 0 01-1.2 0C4.787 20.59 4 18.623 4 16a1 1 0 012 0c0 1.532.308 2.684.906 3.498l.094.119.094-.12c.558-.759.864-1.813.902-3.196L8 16a1 1 0 011-1m10 0a1 1 0 011 1c0 2.623-.787 4.59-2.4 5.8a1 1 0 01-1.2 0C14.787 20.59 14 18.623 14 16a1 1 0 012 0c0 1.532.308 2.684.906 3.498l.094.119.094-.12c.558-.759.864-1.813.902-3.196L18 16a1 1 0 011-1" })); exports.default = Jetpack;