UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 571 B
"use client"; import * as e from "react"; const v = ({ title: h, titleId: t, ...l }) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...l }, h ? /* @__PURE__ */ e.createElement("title", { id: t }, h) : null, /* @__PURE__ */ e.createElement("path", { d: "M5.5 2h-2v2h2zm7 0h-2v2h2zm0 3.5h-2v2h2zM9 5.5H7v2h2zm-3.5 0h-2v2h2zm0 3.5h-2v2h2zM9 9H7v2h2zm3.5 0h-2v2h2zM9 12.5H7v2h2zM9 2H7v2h2z" })); export { v as default };