UNPKG

@brizy/ui-icons

Version:
7 lines (6 loc) 584 B
import React from "react"; export const Menu = () => (React.createElement("svg", { width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, React.createElement("g", null, React.createElement("path", { fill: "currentColor", d: "M15 7H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" }), React.createElement("path", { fill: "currentColor", d: "M15 1H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" }), React.createElement("path", { fill: "currentColor", d: "M15 13H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z" }))));