UNPKG

@ozen-ui/icons

Version:

A collection of icons

8 lines (7 loc) 963 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MenuVerticalSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { d: "M8 3C7.17157 3 6.5 2.32843 6.5 1.5C6.5 0.671573 7.17157 -3.62117e-08 8 0C8.82843 3.62117e-08 9.5 0.671573 9.5 1.5C9.5 2.32843 8.82843 3 8 3Z", fill: "currentColor" }), React.createElement("path", { d: "M8 9.5C7.17157 9.5 6.5 8.82843 6.5 8C6.5 7.17157 7.17157 6.5 8 6.5C8.82843 6.5 9.5 7.17157 9.5 8C9.5 8.82843 8.82843 9.5 8 9.5Z", fill: "currentColor" }), React.createElement("path", { d: "M8 16C7.17157 16 6.5 15.3284 6.5 14.5C6.5 13.6716 7.17157 13 8 13C8.82843 13 9.5 13.6716 9.5 14.5C9.5 15.3284 8.82843 16 8 16Z", fill: "currentColor" }))); }); MenuVerticalSIcon.displayName = 'MenuVerticalSIcon';