UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 962 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 Datagrip = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M0 0v24h24V0zm17.18 2.948a5.452 5.452 0 013.904 1.364l-1.376 1.66a3.672 3.672 0 00-2.596-1.009c-1.6 0-2.856 1.408-2.856 3.096v.029c0 1.816 1.252 3.152 3.012 3.152a3.492 3.492 0 002.064-.592V9.223h-2.2V7.336h4.316v4.316a6.436 6.436 0 01-4.244 1.575c-3.096 0-5.224-2.18-5.224-5.111v-.028a5.1 5.1 0 015.2-5.14zM2.436 3.12h3.876c3.12 0 5.28 2.143 5.28 4.94v.027c0 2.8-2.16 4.968-5.28 4.968H2.436zM6.51 5.088a2.852 2.852 0 00-.2.003h-1.69v6h1.69a2.832 2.832 0 002.993-2.967v-.037a2.852 2.852 0 00-2.793-2.999zM2.208 19.495h9v1.5h-9z" })); exports.default = Datagrip;