UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.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 Moleculer = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.442.718a2.58 2.58 0 00-2.579 2.579 2.58 2.58 0 001.368 2.275L12.809 8.27a3.505 3.505 0 00-1.077-.172 3.505 3.505 0 00-3.505 3.505 3.505 3.505 0 00.085.745l-2.83 1.036a2.97 2.97 0 00-2.513-1.39A2.97 2.97 0 000 14.962a2.97 2.97 0 002.97 2.97 2.97 2.97 0 002.969-2.97 2.97 2.97 0 00-.072-.634l2.716-1.193a3.505 3.505 0 003.15 1.972 3.505 3.505 0 002.129-.724l2.276 2.167a4.305 4.305 0 00-.749 2.426 4.305 4.305 0 004.306 4.305A4.305 4.305 0 0024 18.977a4.305 4.305 0 00-4.305-4.305 4.305 4.305 0 00-2.718.969l-2.424-1.964a3.505 3.505 0 00.684-2.074 3.505 3.505 0 00-1.521-2.89l1.204-2.891a2.58 2.58 0 00.522.054 2.58 2.58 0 002.58-2.58 2.58 2.58 0 00-2.58-2.578z" })); exports.default = Moleculer;