iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 690 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 Gtk = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.01 23.773V14.45l-7.584 2.245zm0-13.87L.91 3.828l.502 12.526 7.597-2.249zM9.57 24l12.353-5.146-8.285-5.775-4.068 1.204zM23.09 5.815l-9.257 2.849v4.148l8.237 5.741zM9.57 9.975v3.964l3.932-1.164v-4.01zm-.228-.52l4.16-1.28V0L1.231 3.37zM22.715 5.34L13.833.052v8.021z" }));
exports.default = Gtk;