UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 643 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", { fillRule: "evenodd", d: "M7.018 11.491 3.464 13V4.092l3.554-1.509zm1.964 0L12.537 13V4.092L8.982 2.583zm0-11.074L14.5 2.759V16l-1.963-.833L8 13.24l-4.536 1.926L1.5 16V2.759L7.018.417 8 0z", clipRule: "evenodd" })); export { o as default };