UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 646 B
"use client"; import * as e from "react"; const s = ({ title: t, titleId: a, ...l }) => /* @__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": a, ...l }, t ? /* @__PURE__ */ e.createElement("title", { id: a }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M9 10.4H6.3V7h1C9 7 10 6.1 10 4.7c0-1-.7-2-2-2s-2 .6-2.5 1.5L3.2 2.8C4 1 5.7.1 8 .1c2.5 0 5 1.6 5 4.6 0 2.4-1.4 4-3.9 4.4H9zm-2.9 3.7c0-1 .9-1.8 1.9-1.8s1.9.8 1.8 1.8C9.8 15.2 9 16 8 16c-1.1 0-1.9-.8-1.9-1.9" })); export { s as default };