@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
20 lines (16 loc) • 715 B
JavaScript
;
var React = require('react');
var SvgLinearModelMinor = function SvgLinearModelMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M4 9a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 9a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 9a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 9a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1Z"
}));
};
exports.SvgLinearModelMinor = SvgLinearModelMinor;