UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 835 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", { d: "m4.652 7.399 1.7 3.651c.04.08.09.08.12 0l2.811-6.882h-1.82l-1.21 3.19-1.531-3.32c-.02-.05-.06-.05-.08 0l-1.46 3.32-1.271-3.19H0l2.851 6.882c.03.07.09.07.12 0zM16 9.44l-1.4-.9c-.29.54-.72.94-1.601.94-1.04 0-1.67-.84-1.67-1.911 0-1.07.61-1.9 1.61-1.9.86 0 1.28.41 1.54.81l1.37-.93c-.57-.841-1.47-1.461-2.94-1.461a3.43 3.43 0 0 0-3.441 3.48c0 2.052 1.63 3.492 3.54 3.492 1.381 0 2.322-.49 2.992-1.62" })); export { c as default };