iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 846 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 Hyperskill = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M22 22.6a1.4 1.4 0 01-1.4 1.4h-1.2a1.4 1.4 0 01-1.4-1.4V1.4A1.4 1.4 0 0119.4 0h1.2A1.4 1.4 0 0122 1.4zm-8-14a1.4 1.4 0 01-1.4 1.4h-1.2A1.4 1.4 0 0110 8.6V3.4A1.4 1.4 0 0111.4 2h1.2A1.4 1.4 0 0114 3.4zm-8.001 8a1.4 1.4 0 01-1.4 1.4H3.4A1.4 1.4 0 012 16.6V7.4A1.4 1.4 0 013.4 6h1.2A1.4 1.4 0 016 7.4v9.2zm8.001 4a1.4 1.4 0 01-1.4 1.4h-1.2a1.4 1.4 0 01-1.4-1.4v-5.2a1.4 1.4 0 011.4-1.4h1.2a1.4 1.4 0 011.4 1.4z" }));
exports.default = Hyperskill;