@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 995 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("g", { fillRule: "evenodd", clipPath: "url(#a)", clipRule: "evenodd" }, /* @__PURE__ */ e.createElement("path", { d: "M8 0C6.075 0 4.5 1.519 4.5 3.375c0 .563.058.9.467 1.631C5.375 5.85 8 9 8 9s2.625-3.15 3.033-3.994c.409-.731.467-1.069.467-1.631C11.5 1.519 9.925 0 8 0m0 5.625c-1.283 0-2.333-1.013-2.333-2.25S6.717 1.125 8 1.125s2.333 1.012 2.333 2.25S9.283 5.625 8 5.625M14.222 10C15.2 10 16 10.675 16 11.5v3c0 .825-.8 1.5-1.778 1.5H1.778C.8 16 0 15.325 0 14.5v-3c0-.825.8-1.5 1.778-1.5zm-9.778 3.75H2.667v-1.5h1.777zm3.112 0H5.778v-1.5h1.778zm5.777 0H8.89v-1.5h4.444z" })));
export {
c as default
};