UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 884 B
"use client"; import * as e from "react"; const r = ({ title: l, titleId: t, ...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": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "m6.385 11.523-.524 1.823C6.56 13.214 8 12.965 8 12.965l2.179.412-.51-1.854L11.587 11 13 16l-5.001-1.023L3 16l1.477-5.031zM9.859 1.51l2.383.248.248 2.383L14 6l-1.51 1.86-.248 2.382-2.383.248L8 12.001l-1.86-1.51-2.382-.248L3.51 7.86 2 6.001l1.51-1.86.248-2.382L6.14 1.51 8 0zM6.94 3.438l-.592.062-.769.08-.079.768-.061.591-.863 1.062.862 1.061.141 1.36 1.36.141L8 9.425l1.062-.862 1.359-.141.142-1.36.86-1.061-.86-1.062-.142-1.36-1.36-.14L8 2.575z" })); export { r as default };