@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 563 B
JavaScript
"use client";
import * as e from "react";
const a = ({
title: l,
titleId: t,
...h
}) => /* @__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, ...h }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "m16 7-3-7H3L0 7h1v9h6v-5h2v5h6V7zm-3.1 7h-2V9h-6v5H3V7.2h10V14zM11.7 2H4.3L3 5h10z", clipRule: "evenodd" }));
export {
a as default
};