@brizy/ui-icons
Version:
7 lines (6 loc) • 531 B
JavaScript
import React from "react";
export const StylingLeft = ({ 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 1h10v2H3zM3 13h10v2H3z" }),
React.createElement("path", { fill: "#22AFDA", d: "M0 12V4h2v8z" }),
React.createElement("path", { fill: "currentColor", d: "M14 12V4h2v8z" }))));