UNPKG

@brizy/ui-icons

Version:
6 lines (5 loc) 600 B
import React from "react"; export const LabelOutline = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", stroke: "currentColor", strokeWidth: 1.75, strokeLinecap: "round", strokeLinejoin: "round" }, React.createElement("g", { transform: "scale(0.666667)" }, React.createElement("path", { d: "M3 7v10a2 2 0 0 0 2 2h11l5-7-5-7H5a2 2 0 0 0-2 2z" }), React.createElement("circle", { cx: 9, cy: 12, r: 1.2, fill: "currentColor", stroke: "none" }))));