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)

36 lines (33 loc) 917 B
import React from 'react'; var SvgListMinor = function SvgListMinor(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("rect", { width: 2, height: 2, x: 3, y: 7, rx: 1 }), /*#__PURE__*/React.createElement("rect", { width: 2, height: 2, x: 3, y: 3, rx: 1 }), /*#__PURE__*/React.createElement("rect", { width: 2, height: 2, x: 3, y: 11, rx: 1 }), /*#__PURE__*/React.createElement("rect", { width: 2, height: 2, x: 3, y: 15, rx: 1 }), /*#__PURE__*/React.createElement("path", { d: "M7 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm0-4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm0 8a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2h-8a1 1 0 0 1-1-1Z" })); }; export { SvgListMinor as S };