UNPKG

@brizy/ui-icons

Version:
7 lines (6 loc) 533 B
import React from "react"; export const StylingBottom = ({ 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: "none" }, React.createElement("path", { fill: "currentColor", d: "M3 1h10v2H3z" }), React.createElement("path", { fill: "#22AFDA", d: "M3 13h10v2H3z" }), React.createElement("path", { fill: "currentColor", d: "M0 12V4h2v8zM14 12V4h2v8z" }))));