@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 758 B
JavaScript
"use client";
import * as e from "react";
const h = ({
title: l,
titleId: a,
...t
}) => /* @__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": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M13 14v2H3v-2zm-4-1H7V4h2z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8.85 1H15v2h-1l2 5a3.003 3.003 0 0 1-6 0l2-5H4l2 5a3.003 3.003 0 0 1-6 0l2-5H1V1h6.15l.15-1h1.4zM2.072 8H3.82L3 5.5zm10 0h1.747L13 5.5z", clipRule: "evenodd" })));
export {
h as default
};