iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 669 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 Touch2 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M29 15h-2a11 11 0 0 0-22 0H3a13 13 0 0 1 26 0z" }),
React.createElement("path", { d: "M25 28h-2V15a7 7 0 1 0-14 0v13H7V15a9 9 0 0 1 18 0z" }),
React.createElement("path", { d: "M21 20H11v-5a5 5 0 0 1 10 0zm-8-2h6v-3a3 3 0 0 0-6 0z" }));
exports.default = Touch2;