@shopify/polaris-icons
Version:
[](https://www.npmjs.com/package/@shopify/polaris-icons)
19 lines (15 loc) • 642 B
JavaScript
;
var React = require('react');
var SvgMenuHorizontalIcon = function SvgMenuHorizontalIcon(props) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
viewBox: "0 0 20 20"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M6 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M11.5 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 10a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
}));
};
SvgMenuHorizontalIcon.displayName = "MenuHorizontalIcon";
exports.SvgMenuHorizontalIcon = SvgMenuHorizontalIcon;