@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 701 B
JavaScript
"use client";
import * as e from "react";
const i = ({
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: "M12.83 5a3.001 3.001 0 0 1-5.66 0H0V3h7.17a3.001 3.001 0 0 1 5.66 0H16v2zM10 5a1 1 0 1 0 0-2 1 1 0 0 0 0 2M6 15a3 3 0 0 0 2.83-2H16v-2H8.83a3.001 3.001 0 0 0-5.66 0H0v2h3.17A3 3 0 0 0 6 15m0-2a1 1 0 1 0 0-2 1 1 0 0 0 0 2", clipRule: "evenodd" }));
export {
i as default
};