@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 587 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", { fillRule: "evenodd", d: "M0 3.4 8 0l8 3.4v9.3L8 16l-8-3.3zm12.5.7L8 2.2 3.5 4.1 8 6zM2 5.6l5 2.1v5.8l-5-2.1zm7 7.9 5-2.1V5.6L9 7.7z", clipRule: "evenodd" }));
export {
c as default
};