@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
20 lines (16 loc) • 734 B
JavaScript
;
var React = require('react');
var SvgDataDrivenModelMinor = function SvgDataDrivenModelMinor(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M4 7a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M8 11a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 3a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0v-12a1 1 0 0 1 1-1Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 7a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0v-8a1 1 0 0 1 1-1Z"
}));
};
exports.SvgDataDrivenModelMinor = SvgDataDrivenModelMinor;