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)

17 lines (13 loc) 744 B
'use strict'; var React = require('react'); var SvgInboundIcon = function SvgInboundIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M16.5 15.75c0 .414-.336.75-.75.75h-11.5c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h11.5c.414 0 .75.336.75.75Z" }), /*#__PURE__*/React.createElement("path", { d: "M10 3.5c-.414 0-.75.336-.75.75v6.94l-1.72-1.72c-.293-.293-.767-.293-1.06 0-.293.293-.293.767 0 1.06l3 3c.293.293.767.293 1.06 0l3-3c.293-.293.293-.767 0-1.06-.293-.293-.767-.293-1.06 0l-1.72 1.72v-6.94c0-.414-.336-.75-.75-.75Z" })); }; SvgInboundIcon.displayName = "InboundIcon"; exports.SvgInboundIcon = SvgInboundIcon;