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) 1.04 kB
'use strict'; var React = require('react'); var _ref = /*#__PURE__*/ React.createElement("path", { d: "M18 14V6h-2V4h2.5c.8 0 1.5.7 1.5 1.5v9c0 .8-.7 1.5-1.5 1.5H16v-2h2z" }); var _ref2 = /*#__PURE__*/ React.createElement("path", { d: "M17.7 18.3c-.2-.2-.4-.3-.7-.3h-2c-.3 0-.5-.1-.7-.3-.2-.2-.3-.4-.3-.7V3c0-.3.1-.5.3-.7.2-.2.4-.3.7-.3h2c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7 0-.3-.1-.5-.3-.7-.2-.2-.4-.3-.7-.3h-2c-.7 0-1.5.3-2 .8-.5-.5-1.2-.8-2-.8H9c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7 0 .3.1.5.3.7.2.2.4.3.7.3h2c.3 0 .5.1.7.3.2.2.3.4.3.7v14c0 .3-.1.5-.3.7-.2.2-.4.3-.7.3H9c-.3 0-.5.1-.7.3-.2.2-.3.4-.3.7 0 .3.1.5.3.7.2.2.4.3.7.3h2c.7 0 1.5-.3 2-.8.5.5 1.2.8 2 .8h2c.3 0 .5-.1.7-.3.2-.2.3-.4.3-.7 0-.3-.1-.5-.3-.7zM2 14V6h8V4H1.5C.7 4 0 4.7 0 5.5v9c0 .8.7 1.5 1.5 1.5H10v-2H2zm4-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" }); var SvgFormsMajor = function SvgFormsMajor(props) { return React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), _ref, _ref2); }; exports.SvgFormsMajor = SvgFormsMajor;