iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 703 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 Interactjs = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.382.01C12.255.006 12.128 0 12 0A11.999 11.999 0 001.804 18.327l9.911-17.17zm7.097 19.686L11.201 5.121 2.788 19.689l.007.007h16.684zm.184 1.538H4.337a11.998 11.998 0 0015.326 0zm2.917-3.568A11.999 11.999 0 0012.382.01l.667 1.148zM12.383.009l-.001.001h.001V.009z" }));
exports.default = Interactjs;