@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 901 B
JavaScript
"use client";
import * as e from "react";
const o = ({
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("path", { fillRule: "evenodd", d: "M10.787 3H5.135L2.31 7.894l2.826 4.895h5.652l2.825-4.895zm5.135 4.894L11.942 1H3.98L0 7.894l3.98 6.895h7.961z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8.992 6.32 8.54 7.737l3.256-1.325-1.89-2.963-.457 1.436a3.43 3.43 0 0 0-2-.162 3.436 3.436 0 1 0 1.453 6.717l-.003-.016a3.44 3.44 0 0 0 2.585-2.414l-1.442-.413a1.936 1.936 0 0 1-3.761-.16A1.936 1.936 0 0 1 8.992 6.32", clipRule: "evenodd" }));
export {
o as default
};