@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 632 B
JavaScript
"use client";
import * as e from "react";
const s = ({
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: "M2 6c0-3.3 2.7-6 6-6s6 2.7 6 6c0 1-.1 1.6-.8 2.9C12.5 10.4 8 16 8 16s-4.5-5.6-5.2-7.1C2.1 7.6 2 7 2 6m2 0c0 2.2 1.8 4 4 4s4-1.8 4-4-1.8-4-4-4-4 1.8-4 4", clipRule: "evenodd" }));
export {
s as default
};