iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 927 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 K3s = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21.46 2.172H2.54A2.548 2.548 0 000 4.712v14.575a2.548 2.548 0 002.54 2.54h18.92a2.548 2.548 0 002.54-2.54V4.713a2.548 2.548 0 00-2.54-2.54zM10.14 16.465L5.524 19.15a1.235 1.235 0 11-1.242-2.137L8.9 14.33a1.235 1.235 0 111.241 2.136zm1.817-4.088h-.006a1.235 1.235 0 01-1.23-1.24l.023-5.32a1.236 1.236 0 011.236-1.23h.005a1.235 1.235 0 011.23 1.241l-.023 5.32a1.236 1.236 0 01-1.235 1.23zm8.17 6.32a1.235 1.235 0 01-1.688.453l-4.624-2.67a1.235 1.235 0 111.235-2.14l4.624 2.67a1.235 1.235 0 01.452 1.688z" }));
exports.default = K3s;