iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.71 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 Langchain = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.099 5.918C2.736 5.918 0 8.646 0 12s2.736 6.082 6.099 6.082H17.9C21.264 18.082 24 15.354 24 12s-2.736-6.082-6.099-6.082zM5.977 7.85c.493.012 1.02.25 1.273.623.368.459.478 1.067.895 1.493.56.612 1.199 1.15 1.716 1.802.49.595.839 1.294 1.144 1.998.124.233.125.52.31.72.09.12.534.448.438.564.055.12.47.286.326.402-.194.04-.413.048-.562-.107-.054.126-.182.06-.281.043a4 4 0 00-.025.074c-.33.022-.576-.313-.732-.565-.311-.168-.665-.27-.982-.446-.019.29.045.648-.231.835-.014.557.843.066.922.48-.061.007-.129-.009-.178.038-.223.217-.48-.165-.738-.007-.346.174-.38.316-.81.352-.023-.036-.014-.06.006-.081.12-.14.13-.305.336-.365-.212-.033-.39.084-.569.176-.232.095-.23-.214-.588.017-.04-.033-.02-.062.002-.087.091-.11.21-.127.345-.12-.663-.37-.975.45-1.281.043-.092.024-.127.106-.185.165-.05-.055-.012-.121-.01-.186-.06-.028-.135-.041-.117-.137-.117-.04-.2.03-.286.096-.08-.061.053-.15.077-.213.07-.121.23-.025.311-.112.23-.131.552.08.816.045.203.026.454-.182.352-.39-.217-.277-.179-.639-.183-.97-.027-.192-.491-.438-.626-.646-.166-.187-.295-.404-.424-.618-.467-.9-.32-2.058-.908-2.895-.266.147-.612.078-.841-.119-.124.113-.13.26-.14.417-.296-.297-.259-.856-.021-1.186.096-.13.212-.237.342-.332.029-.02.039-.041.038-.074.117-.527.576-.74 1.07-.727m12.407.46c.557 0 1.08.216 1.473.608s.61.915.61 1.47a2.06 2.06 0 01-.61 1.47v.001l-.902.9a2.08 2.08 0 01-.86.516l-.016.005-.005.016a2.05 2.05 0 01-.474.731l-.902.9c-.394.392-.917.608-1.475.608s-1.08-.216-1.474-.608a2.077 2.077 0 010-2.94l.902-.9a2.056 2.056 0 01.858-.514l.017-.006.006-.016a2.07 2.07 0 01.475-.733l.902-.9a2.074 2.074 0 011.474-.608zm0 .897a1.18 1.18 0 00-.84.346l-.901.9a1.181 1.181 0 00-.343.924l.005.058c.033.265.15.504.338.691.13.13.273.212.447.269a.9.9 0 01.014.158.884.884 0 01-.26.63l-.056.056a1.964 1.964 0 01-.78-.48 2.06 2.06 0 01-.576-1.096l-.01-.058-.046.037a1.1 1.1 0 00-.087.08l-.903.899a1.182 1.182 0 00.84 2.019c.304 0 .607-.116.838-.346l.902-.9a1.182 1.182 0 000-1.673 1.17 1.17 0 00-.436-.275 1 1 0 01-.014-.16c0-.26.102-.506.29-.693a2.064 2.064 0 011.372 1.592l.01.058.045-.038a1.1 1.1 0 00.09-.08l.901-.899a1.183 1.183 0 000-1.673 1.18 1.18 0 00-.84-.346zM8.41 14.364c-.08.309-.105.833-.506.848-.033.177.123.244.265.187.141-.064.208.051.256.166.218.032.54-.073.552-.33-.325-.187-.426-.542-.567-.87" }));
exports.default = Langchain;