@brizy/ui-icons
Version:
6 lines (5 loc) • 492 B
JavaScript
import React from "react";
export const FormLeft = ({ 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 9V4h12v5l2 1V1a1 1 0 0 0-1-1H1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9H2z" }),
React.createElement("rect", { width: 8, height: 3, y: 13, rx: 1.5 }))));