UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 763 B
"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 Nuget = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M1.998.342a1.997 1.997 0 100 3.995 1.997 1.997 0 000-3.995zm9.18 4.34a6.156 6.156 0 00-6.153 6.155v6.667c0 3.4 2.756 6.154 6.154 6.154h6.667c3.4 0 6.154-2.755 6.154-6.154v-6.667a6.154 6.154 0 00-6.154-6.155zm-1.477 2.8a2.496 2.496 0 110 4.993 2.496 2.496 0 010-4.993zm7.968 6.16a3.996 3.996 0 11-.002 7.992 3.996 3.996 0 01.002-7.992z" })); exports.default = Nuget;