UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 640 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("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M16 0v15.281l-4.883-1.221L8 15.618 4.883 14.06 0 15.28V0zM2 12.72l3.116-.78L8 13.382l2.884-1.442 3.116.78V2H2zM11.004 7v2H4V7zM12 4v2H4V4z" }))); export { r as default };