iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 984 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 Rustdesk = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M20.608 5.601l-1.97 1.96c-.348.31-.516.81-.321 1.233 1.313 2.747.814 6.023-1.34 8.175-2.156 2.152-5.435 2.65-8.184 1.338-.406-.182-.881-.028-1.193.288l-2.003 2a1.065 1.065 0 00.192 1.671 12.005 12.005 0 0014.686-1.765 11.973 11.973 0 001.806-14.665 1.065 1.065 0 00-1.673-.234zM3.561 3.474a11.972 11.972 0 00-1.864 14.663 1.065 1.065 0 001.672.234l1.961-1.947c.355-.31.528-.816.331-1.245-1.313-2.747-.816-6.022 1.34-8.175 2.154-2.152 5.434-2.65 8.184-1.338.4.18.87.03 1.182-.277l2.015-2.012a1.063 1.063 0 00-.192-1.671A12.008 12.008 0 003.519 3.527z" }));
exports.default = Rustdesk;