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)

24 lines (18 loc) 718 B
'use strict'; var React = require('react'); var _ref = /*#__PURE__*/ React.createElement("path", { d: "M9 14h8V3H6v8H4V2.5A1.5 1.5 0 0 1 5.5 1h12A1.5 1.5 0 0 1 19 2.5v12a1.5 1.5 0 0 1-1.5 1.5H9v-2z" }); var _ref2 = /*#__PURE__*/ React.createElement("path", { d: "M9 5a1 1 0 0 0 0 2h2.586l-3.293 3.293a1 1 0 1 0 1.414 1.414L13 8.414V11a1 1 0 1 0 2 0V6c0-.025 0-.05-.003-.075A1 1 0 0 0 14 5H9zm-9 9.5A1.5 1.5 0 0 1 1.5 13h4A1.5 1.5 0 0 1 7 14.5v4A1.5 1.5 0 0 1 5.5 20h-4A1.5 1.5 0 0 1 0 18.5v-4z" }); var SvgTransferMajor = function SvgTransferMajor(props) { return React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), _ref, _ref2); }; exports.SvgTransferMajor = SvgTransferMajor;