@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 489 B
JavaScript
"use client";
import * as e from "react";
const h = ({
title: t,
titleId: l,
...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": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M2 12.5 3.55 14l6-6-6-6L2 3.5 6.5 8zM13 2h-2v12h2z" }));
export {
h as default
};