UNPKG

@brizy/ui-icons

Version:
5 lines (4 loc) 514 B
import React from "react"; export const Form = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("path", { d: "M15 16H9a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1z", "data-color": "color-2" }), React.createElement("path", { fill: "currentColor", d: "M15 0H1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1zm-1 9H2V4h12v5z" })));