@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 616 B
JavaScript
"use client";
import * as e from "react";
const n = ({
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 0 1.6 10.9l3.5 3.5L16 3.5zM4.4 10.9l8.1-8.1.7.7-8.1 8.1z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "m0 16 .8-4.4 3.6 3.6z" }));
export {
n as default
};