UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 670 B
"use client"; import * as e from "react"; const o = ({ 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: "M9.264 11.075v1.115l.574-.575 1.094 1.028-3.168 3.169V9.667zM15.402 13l-1.232 1.313L1 1.944 2.232.632zM7.706 9.613l-4.178 3.934L2.5 12.454l4.111-3.869zm4.884-4.596-2.11 1.987-1.097-1.028 1.055-.992-1.174-1.172v2.051l-1.5-1.409V.19z" })); export { o as default };