@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 703 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: "M16 13.5c0 1.4-1.1 2.5-2.5 2.5S11 14.9 11 13.5v-.1L4.1 9.9c-.4.4-1 .6-1.6.6C1.1 10.5 0 9.4 0 8s1.1-2.5 2.5-2.5c.6 0 1.2.2 1.6.6L11 2.6v-.1C11 1.1 12.1 0 13.5 0S16 1.1 16 2.5 14.9 5 13.5 5c-.6 0-1.2-.2-1.6-.6L5 7.9v.2l6.9 3.5c.4-.4 1-.6 1.6-.6 1.4 0 2.5 1.1 2.5 2.5" }));
export {
c as default
};