@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 693 B
JavaScript
"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", { d: "M2 8H0V0h2z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11 0H3v8.3L5.2 16H6c1 0 2-.5 2.7-1.3s1-1.8.8-2.9L9.2 10H16V5c0-2.8-2.2-5-5-5M5 2h6c1.7 0 3 1.3 3 3v3H6.8l.7 4.2q.15.75-.3 1.2c-.2.2-.3.3-.5.4L5 7.9z", clipRule: "evenodd" }));
export {
c as default
};