iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.03 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 Libretranslate = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M13.784 0Q12.066 4.666 4.89 7.991l1.363 1.523q5.395-2.639 7.819-5.996 2.478 3.186 8.195 6.125l1.276-1.577q-6.103-2.928-8.42-6.242.118-.183.483-1.255zM9.546 7.991q-.322 3.507-1.448 5.803-1.116 2.295-3.669 4.569l1.427 1.276q2.842-2.606 4.194-5.556 1.18 1.03 2.413 2.65l1.459-1.309q-1.148-1.459-3.229-3.25.547-2.027.762-3.98zm7.1 0q-.171 4.151-1.415 6.393-1.245 2.241-3.733 3.893l1.405 1.298q3.572-2.606 4.709-5.824 1.726 3.464 4.87 5.867l1.404-1.34q-1.78-1.32-3.014-2.79-1.222-1.48-1.866-3.046-.633-1.576-.633-2.145l.075-.75q.086-.838.086-1.395zm-16.534.81V24h9.444v-1.71H2.05V8.803z" }));
exports.default = Libretranslate;