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)

17 lines (14 loc) 606 B
import React from 'react'; var SvgMenuVerticalIcon = function SvgMenuVerticalIcon(props) { return /*#__PURE__*/React.createElement("svg", Object.assign({ viewBox: "0 0 20 20" }, props), /*#__PURE__*/React.createElement("path", { d: "M11.5 4.5a1.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: "M11.5 15.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })); }; SvgMenuVerticalIcon.displayName = "MenuVerticalIcon"; export { SvgMenuVerticalIcon as S };