UNPKG

@brizy/ui-icons

Version:
8 lines (7 loc) 604 B
import React from "react"; export const ZoomE = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("g", { fill: "currentColor" }, React.createElement("path", { d: "M2 6H0V1c0-.6.4-1 1-1h5v2H2v4z" }), React.createElement("path", { d: "M16 6h-2V2h-4V0h5c.6 0 1 .4 1 1v5z" }), React.createElement("path", { d: "M15 16h-5v-2h4v-4h2v5c0 .6-.4 1-1 1z" }), React.createElement("path", { d: "M6 16H1c-.6 0-1-.4-1-1v-5h2v4h4v2z" }))));