UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 682 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: "M.125.5v7h7v-2h-3.6l1.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.4h-2.1c.3 1.4 1 2.7 2 3.8 2.9 2.9 7.7 2.9 10.6 0s2.9-7.7 0-10.6c-2.7-2.8-7.1-2.9-10-.4-.2.1-.3.3-.5.4l-1.2 1.4V.5z" })); export { c as default };