UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 679 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 17 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: "M16 .5v7H9v-2h3.6l-1.5-1.6c-.1-.1-.3-.2-.5-.4-2.1-1.5-5.1-1.3-7 .6-2.1 2.2-2.1 5.6 0 7.8 2.2 2.1 5.6 2.1 7.8 0 .7-.7 1.2-1.5 1.4-2.4h2.1c-.3 1.4-1 2.7-2 3.8-2.9 2.9-7.7 2.9-10.6 0s-2.9-7.7 0-10.6C5-.1 9.4-.2 12.3 2.3c.2.1.3.3.5.4L14 4.1V.5z" })); export { c as default };