UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 344 B
import React from "react"; export const CornersAll = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" }, React.createElement("rect", { width: 14, height: 12, x: 1, y: 2, fill: "none", stroke: "currentColor", rx: 3 })));