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)

26 lines (20 loc) 793 B
'use strict'; var React = require('react'); var _ref = /*#__PURE__*/ React.createElement("path", { fillRule: "evenodd", d: "M1.5 0A1.5 1.5 0 0 0 0 1.5v4A1.5 1.5 0 0 0 1.5 7H3v11.5A1.5 1.5 0 0 0 4.5 20H8a1 1 0 1 0 0-2H5V7h1.5A1.5 1.5 0 0 0 8 5.5V5h7a1 1 0 1 0 2 0v-.5A1.5 1.5 0 0 0 15.5 3H8V1.5A1.5 1.5 0 0 0 6.5 0h-5zM2 2v3h4V2H2z" }); var _ref2 = /*#__PURE__*/ React.createElement("path", { fillRule: "evenodd", d: "M9 8a1 1 0 0 0-1 1v5a1 1 0 0 0 .293.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 0 0 0-1.414l-5-5A1 1 0 0 0 14 8H9zm4 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0z" }); var SvgThemeStoreMajor = function SvgThemeStoreMajor(props) { return React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), _ref, _ref2); }; exports.SvgThemeStoreMajor = SvgThemeStoreMajor;