UNPKG

@styled-icons/simple-icons

Version:

Simple Icons available as Styled Components

23 lines 1.2 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Datagrip = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return /*#__PURE__*/React.createElement(StyledIconBase, _extends({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M0 0v24h24V0Zm17.18 2.948a5.452 5.452 0 0 1 3.904 1.364l-1.376 1.66a3.672 3.672 0 0 0-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 0 0 2.064-.592V9.223h-2.2V7.336h4.316v4.316a6.436 6.436 0 0 1-4.244 1.575c-3.096 0-5.224-2.18-5.224-5.111v-.028a5.1 5.1 0 0 1 5.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 0 0-.2.003h-1.69v6h1.69a2.832 2.832 0 0 0 2.993-2.967v-.037a2.852 2.852 0 0 0-2.793-2.999ZM2.208 19.495h9v1.5h-9z" })); }); Datagrip.displayName = 'Datagrip'; export var DatagripDimensions = { height: 24, width: 24 };