@brizy/ui-icons
Version:
4 lines (3 loc) • 329 B
JavaScript
import React from "react";
export const CounterStyle1 = ({ 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: 6, height: 2, x: 5, y: 7, fill: "currentColor", rx: 1 })));