@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 750 B
JavaScript
"use client";
import * as e from "react";
const c = ({
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", { d: "M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M16 7h-2.1c-.4-2.5-2.4-4.5-4.9-4.9V0H7v2.1C4.5 2.5 2.5 4.5 2.1 7H0v2h2.1c.4 2.5 2.4 4.5 4.9 4.9V16h2v-2.1c2.5-.4 4.5-2.4 4.9-4.9H16zm-8 5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4", clipRule: "evenodd" }));
export {
c as default
};