iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 769 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 Translate = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M27.85 29H30l-6-15h-2.35l-6 15h2.15l1.6-4h6.85zm-7.65-6l2.62-6.56L25.45 23zM18 7V5h-7V2H9v3H2v2h10.7a14.56 14.56 0 0 1-3.15 6.18A13.5 13.5 0 0 1 7.26 9h-2.1a16.47 16.47 0 0 0 3 5.58 17.35 17.35 0 0 1-5.31 3.32l.75 1.86A19.15 19.15 0 0 0 9.53 16a17.87 17.87 0 0 0 6 3.78l.7-1.87a15.64 15.64 0 0 1-5.37-3.31 17.93 17.93 0 0 0 3.9-7.6z" }));
exports.default = Translate;