@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 886 B
JavaScript
"use client";
import * as e from "react";
const c = ({
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: "M0 5.061C0 2.796 1.806 1 4.222 1c1.15 0 2.06.46 2.79 1.055.36.293.688.63.988.97.3-.34.628-.677.988-.97C9.718 1.46 10.628 1 11.778 1 14.196 1 16 2.796 16 5.061c0 .463-.021.946-.202 1.497-.177.54-.484 1.078-.956 1.72-.502.683-1.844 2.023-3.096 3.23a161 161 0 0 1-3.069 2.883l-.672.61-.672-.61a165 165 0 0 1-3.067-2.872c-1.25-1.203-2.592-2.54-3.105-3.237-.482-.644-.792-1.185-.967-1.73C.015 6 0 5.515 0 5.063", clipRule: "evenodd" }));
export {
c as default
};