@ozen-ui/icons
Version:
A collection of icons
8 lines (7 loc) • 924 B
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MenuHorizontalMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { d: "M20 14C18.8954 14 18 13.1046 18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12C22 13.1046 21.1046 14 20 14Z", fill: "currentColor" }),
React.createElement("path", { d: "M12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14Z", fill: "currentColor" }),
React.createElement("path", { d: "M2 12C2 13.1046 2.89543 14 4 14C5.10457 14 6 13.1046 6 12C6 10.8954 5.10457 10 4 10C2.89543 10 2 10.8954 2 12Z", fill: "currentColor" }))); });
MenuHorizontalMIcon.displayName = 'MenuHorizontalMIcon';