iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 2.04 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 Go = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.51 10.503c-.04 0-.05-.02-.03-.05l.205-.266c.02-.03.068-.05.107-.05h3.476c.04 0 .049.03.03.06l-.166.257c-.02.03-.068.059-.097.059l-3.526-.01zM2.039 11.413c-.039 0-.049-.02-.03-.05l.205-.267c.02-.03.068-.05.107-.05h4.44c.04 0 .06.03.05.06l-.078.237c-.01.04-.049.06-.088.06l-4.606.01zM4.396 12.323c-.04 0-.049-.03-.03-.06l.137-.247c.02-.03.058-.06.097-.06h1.948c.039 0 .058.03.058.07l-.02.237c0 .04-.038.07-.067.07l-2.123-.01zM14.504 10.325c-.614.158-1.032.277-1.636.435-.146.04-.156.05-.283-.099-.146-.168-.253-.277-.457-.376-.614-.306-1.208-.217-1.763.149-.662.435-1.003 1.078-.993 1.879.01.791.545 1.444 1.315 1.553.662.089 1.217-.149 1.655-.653.088-.109.165-.228.263-.366h-1.88c-.204 0-.253-.129-.184-.297.126-.306.36-.82.496-1.078a.263.263 0 01.243-.158h3.545c-.02.267-.02.534-.058.801a4.252 4.252 0 01-.799 1.939c-.7.94-1.616 1.523-2.775 1.68-.954.13-1.84-.059-2.62-.652-.72-.554-1.13-1.286-1.236-2.196-.127-1.077.185-2.047.827-2.897.692-.92 1.607-1.504 2.727-1.711.915-.168 1.792-.06 2.58.484.517.346.887.821 1.13 1.395.059.089.02.138-.097.168z", fill: "#323544" }),
React.createElement("path", { d: "M17.726 15.794c-.886-.02-1.694-.277-2.376-.87a3.115 3.115 0 01-1.052-1.91c-.175-1.117.127-2.106.79-2.986.71-.95 1.567-1.444 2.726-1.652.993-.178 1.928-.079 2.775.505.77.534 1.247 1.256 1.373 2.205.166 1.335-.214 2.423-1.12 3.353a4.442 4.442 0 01-2.337 1.266c-.263.05-.526.06-.779.09zm2.318-3.996c-.01-.128-.01-.227-.03-.326-.175-.98-1.06-1.533-1.986-1.315-.905.207-1.49.79-1.704 1.72-.175.772.195 1.553.896 1.87.535.237 1.071.207 1.587-.06.77-.405 1.188-1.038 1.237-1.889z", fill: "#323544" }));
exports.default = Go;