UNPKG

@shopify/polaris-icons

Version:

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-icons.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-icons)

19 lines (15 loc) 2.13 kB
'use strict'; var React = require('react'); var SvgDatabaseConnectIcon = function SvgDatabaseConnectIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M5.656 8.873c-.23-.092-.45-.194-.656-.306v1.413c0 .045.02.163.217.35.2.189.528.393.996.58.931.373 2.27.62 3.787.62.571 0 1.12-.035 1.633-.1.41-.051.786.24.838.651.051.41-.24.786-.651.838-.577.072-1.188.111-1.82.111-1.659 0-3.195-.268-4.344-.727-.23-.092-.45-.194-.656-.306v1.453c0 .059.043.258.457.541.396.27 1.011.527 1.81.714.402.095.653.498.558.902-.095.403-.498.653-.902.558-.904-.212-1.711-.525-2.312-.935-.583-.399-1.111-.992-1.111-1.78v-6.9c0-.59.302-1.077.687-1.44.382-.362.896-.654 1.469-.883 1.149-.46 2.685-.727 4.344-.727 1.659 0 3.195.268 4.344.727.573.23 1.087.52 1.47.883.384.363.686.85.686 1.44s-.302 1.077-.687 1.44c-.382.362-.896.654-1.469.883-1.149.46-2.685.727-4.344.727-1.659 0-3.195-.268-4.344-.727Zm-.656-2.323c0-.045.02-.164.217-.35.2-.189.528-.393.996-.58.931-.373 2.27-.62 3.787-.62s2.855.247 3.787.62c.468.187.797.391.996.58.197.186.217.305.217.35 0 .045-.02.164-.217.35-.2.189-.528.393-.996.58-.932.373-2.27.62-3.787.62s-2.856-.247-3.787-.62c-.468-.187-.797-.391-.996-.58-.197-.186-.217-.305-.217-.35Z" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M9.78 14.083c-.878.879-.878 2.303 0 3.182.879.879 2.304.879 3.182 0 .226-.225.393-.486.503-.765h.285c1.519 0 2.75-1.231 2.75-2.75v-.285c.279-.11.54-.277.765-.503.88-.878.88-2.303 0-3.182-.878-.878-2.303-.878-3.181 0-.88.879-.88 2.304 0 3.182.265.266.58.451.916.556v.232c0 .69-.56 1.25-1.25 1.25h-.232c-.104-.335-.29-.651-.556-.917-.878-.879-2.303-.879-3.182 0Zm1.061 2.121c-.293-.293-.293-.767 0-1.06.293-.293.768-.293 1.06 0 .293.293.293.768 0 1.06-.292.293-.767.293-1.06 0Zm4.303-5.363c-.293.293-.293.768 0 1.06.293.293.768.293 1.06 0 .294-.292.294-.767 0-1.06-.292-.293-.767-.293-1.06 0Z" })); }; SvgDatabaseConnectIcon.displayName = "DatabaseConnectIcon"; exports.SvgDatabaseConnectIcon = SvgDatabaseConnectIcon;