UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 789 B
"use client"; import * as e from "react"; const a = ({ title: l, titleId: t, ...c }) => /* @__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, ...c }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M0 5.8C0 4 1.5 2.7 3.3 2.7S6.5 4 6.5 5.8 5 8.9 3.3 8.9C1.5 8.9 0 7.6 0 5.8m4.3 0c0-.7-.5-1.1-1-1.1s-1 .4-1 1.1.5 1.1 1 1.1 1-.5 1-1.1m8.3-3H10L3.4 13.2H6zm-3.1 7.4c0-1.8 1.5-3.1 3.3-3.1S16 8.4 16 10.2s-1.5 3.1-3.2 3.1c-1.8.1-3.3-1.2-3.3-3.1m3.3-1.1c.5 0 1 .4 1 1.1s-.5 1.2-1 1.1c-.5 0-1-.4-1-1.1s.5-1.1 1-1.1", clipRule: "evenodd" })); export { a as default };