@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 611 B
JavaScript
"use client";
import * as e from "react";
const c = ({
title: t,
titleId: a,
...l
}) => /* @__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, ...l }, t ? /* @__PURE__ */ e.createElement("title", { id: a }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M13.5 5.5c-1 0-1.9.6-2.3 1.5H4.8c-.4-.9-1.3-1.5-2.3-1.5C1.1 5.5 0 6.6 0 8s1.1 2.5 2.5 2.5c1 0 1.9-.6 2.3-1.5h6.4c.4.9 1.3 1.5 2.3 1.5 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5" }));
export {
c as default
};