UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 2.1 kB
"use strict"; 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 Route1 = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M5.504 4.632a.9.9 0 100 1.8h.008a.9.9 0 000-1.8h-.008z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.16 10.408l.351-.436-.471.584a.75.75 0 00.943-.001l-.472-.583.247.305.365.45-.296-.365.156.193h.001l.001-.002.003-.002.008-.007.026-.021.09-.078A9.518 9.518 0 007.326 9.13c.65-.856 1.37-2.127 1.37-3.598a3.192 3.192 0 10-6.383 0c0 1.472.724 2.743 1.378 3.6a9.534 9.534 0 001.22 1.314l.09.078.026.022.008.006.003.003h.001l.001.001.08-.1-.218.27.258-.318zM3.812 5.532a1.692 1.692 0 113.385 0c0 .994-.498 1.943-1.066 2.691a7.982 7.982 0 01-.621.723 7.998 7.998 0 01-.627-.725c-.57-.747-1.07-1.697-1.07-2.69z", fill: "#323544" }), React.createElement("path", { d: "M19.12 16.25a.9.9 0 100 1.8h.008a.9.9 0 000-1.8h-.007z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.656 22.173l.471-.583-.471.583a.75.75 0 00.944-.001l-.473-.582.473.582.002-.002.002-.002.008-.006.027-.022.09-.078a9.52 9.52 0 001.214-1.315c.65-.856 1.37-2.127 1.37-3.598a3.192 3.192 0 10-6.384 0c0 1.473.724 2.743 1.378 3.6a9.532 9.532 0 001.22 1.314l.09.078.026.022.009.006.002.003.002.001zm-1.227-5.024a1.692 1.692 0 013.384 0c0 .994-.498 1.944-1.065 2.691a7.994 7.994 0 01-.622.723 7.993 7.993 0 01-.627-.724c-.57-.748-1.07-1.697-1.07-2.69z", fill: "#323544" }), React.createElement("path", { d: "M7.95 10.726h2.76a2.153 2.153 0 110 4.307H5.97a3.653 3.653 0 000 7.307h10.652c-.18-.2-.372-.428-.566-.681a9.817 9.817 0 01-.563-.82H5.97a2.153 2.153 0 010-4.306h4.74a3.653 3.653 0 100-7.307H9.075a9.802 9.802 0 01-.555.81c-.195.258-.39.489-.57.69z", fill: "#323544" })); exports.default = Route1;