iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.42 kB
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 Envoyproxy = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M23.351 7.593l-7.068-4.379a1.034 1.034 0 00-.84-.117c-.02.01-.052.021-.074.032L8.471 6.105a.695.695 0 00-.435.68l.17 7.355c.01.298.191.595.478.765l7.068 4.38c.255.159.574.201.84.116.02-.01.053-.021.074-.032l6.898-2.976a.705.705 0 00.436-.68l-.17-7.355c-.011-.297-.192-.584-.479-.765m-7.185 10.044l-6.143-3.805-.149-6.388 5.995-2.583 6.143 3.805.149 6.388zm.011-6.027a.832.832 0 00-.414-.67l-5.06-3.135-.159.064.032 1.52 4.007 2.487.095 4.06 1.53.946.086-.032zm-6.058 7.132L5.41 15.83l-.116-4.89 2.146-.924-.042-1.69-3.327 1.435a.611.611 0 00-.382.595l.138 5.74c0 .265.16.52.414.67l5.516 3.422c.224.138.5.18.734.106a.15.15 0 01.064-.021l3.252-1.403-1.616-1zm-2.615-6.1l-1.52-.947.032 1.446 1.52.946zm2.19 5.059l-.032-1.414-1.329-.83c-.021-.01-.042-.031-.053-.042l.032 1.425zm-4.751 1.902l-3.476-2.158-.085-3.613 1.7-.734-.031-1.445-2.72 1.17a.527.527 0 00-.33.51l.106 4.336c0 .223.138.446.35.574l4.167 2.582a.822.822 0 00.627.096c.021-.01.043-.01.064-.021l2.561-1.106-1.392-.86z" }));
exports.default = Envoyproxy;