@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
38 lines (34 loc) • 942 B
JavaScript
'use strict';
var React = require('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"
}));
};
exports.SvgListMinor = SvgListMinor;