@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 690 B
JavaScript
"use client";
import * as e from "react";
const v = ({
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: "m12 5.05 4 2.1v5.6h-1c0 1.1-.9 2-2 2s-2-.9-2-2H5.6c0 1.1-.9 2-2 2s-2-.9-2-2H0v-2h10v-7H2v-2h10zm0 5.7h2v-2.4l-2-1z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M6 9.235H1.003l.51-1.5H6zM4.5 6.5H0L.5 5h4z" }));
export {
v as default
};