@brizy/ui-icons
Version:
6 lines (5 loc) • 486 B
JavaScript
import React from "react";
export const LabelOutside = ({ 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("rect", { width: 7, height: 2, x: 1, y: 2, fill: "currentColor", rx: 1 }),
React.createElement("rect", { width: 14, height: 7, x: 1, y: 6, stroke: "currentColor", rx: 1 }))));