UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 697 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 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: "M11 16H3V7.7L5.2 0H6c1 0 2 .5 2.7 1.3s1 1.8.8 2.9L9.2 6H16v5c0 2.8-2.2 5-5 5m-6-2h6c1.7 0 3-1.3 3-3V8H6.8l.7-4.2q.15-.75-.3-1.2c-.2-.2-.3-.3-.5-.4L5 8.1z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M2 8H0v8h2z" })); export { c as default };