iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 698 B
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 Netcup = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.25 0A5.239 5.239 0 000 5.25v13.5A5.239 5.239 0 005.25 24h13.5A5.239 5.239 0 0024 18.75V5.25A5.239 5.239 0 0018.75 0H5.25zm-.045 5.102h9.482c1.745 0 2.631.907 2.631 2.753v8.352h1.477v2.691h-4.666V8.58c0-.514-.298-.785-.889-.785H9.873v11.103H6.682V7.795H5.205V5.102z" }));
exports.default = Netcup;