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