UNPKG

@brizy/ui-icons

Version:
4 lines (3 loc) 327 B
import React from "react"; export const TagsStyle1 = ({ 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: 4, x: 1, y: 6, fill: "currentColor", rx: 1 })));