UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 747 B
"use client"; import * as e from "react"; const c = ({ 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: "M0 11.38v2.12h16v-2.11l-1.98-1V6c0-3.71-3.12-6-6.01-6S2 2.29 2 5.99v4.39zM12.01 11v.5h-8l-.02.01v-.5c-.01-2.04 0-5 0-5 0-2.47 2.08-4 4.01-4s4.01 1.53 4.01 4c0 0 .01 2.96 0 4.99", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M8 16c-1.1 0-2-.9-2-2h4c0 1.1-.9 2-2 2" })); export { c as default };