@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 560 B
JavaScript
"use client";
import * as e from "react";
const v = ({
title: l,
titleId: t,
...h
}) => /* @__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, ...h }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11 2H2v12h5v2H0V0h13v6h-2zM4 6h5V4H4zm9 5V8h-2v3H8v2h3v3h2v-3h3v-2zM9 9H4V7h5z", clipRule: "evenodd" }));
export {
v as default
};