UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 729 B
"use client"; import * as e from "react"; const c = ({ title: t, titleId: l, ...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": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M16 11V9.8h-1.7c-.2 0-.4-.2-.4-.4v-.2c0-.2.2-.4.4-.4h1.5C14.5 5.1 4.9 3.3 2.9 3.3L0 7.3v3.3l1 .3v-.4c0-2.2 1.8-4 4-4s4 1.8 4 4c0 .5-.1 1.1-.3 1.6 3.5.1 7.3.1 7.3-1.1" }), /* @__PURE__ */ e.createElement("path", { d: "M2.5 10.5C2.5 11.9 3.6 13 5 13s2.5-1.1 2.5-2.5S6.3 8 5 8s-2.5 1.1-2.5 2.5" })); export { c as default };