UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 596 B
"use client"; import * as e from "react"; const v = ({ title: l, titleId: t, ...a }) => /* @__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, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11 0v4h2v3c0 2.4-1.7 4.4-4 4.9v4H7v-4C4.7 11.4 3 9.4 3 7V4h2V0h2v4h2V0zM8 10c1.7 0 3-1.3 3-3V6H5v1c0 1.7 1.3 3 3 3", clipRule: "evenodd" })); export { v as default };