@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 694 B
JavaScript
"use client";
import * as e from "react";
const c = ({
title: a,
titleId: t,
...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": t, ...l }, a ? /* @__PURE__ */ e.createElement("title", { id: t }, a) : null, /* @__PURE__ */ e.createElement("path", { d: "M2 7.333.667 6c4.053-4.047 10.62-4.047 14.666 0L14 7.333a8.486 8.486 0 0 0-12 0" }), /* @__PURE__ */ e.createElement("path", { d: "M4.667 10 3.333 8.667c2.58-2.574 6.76-2.574 9.334 0L11.333 10a4.716 4.716 0 0 0-6.666 0M8 13.333l-2-2a2.825 2.825 0 0 1 4 0z" }));
export {
c as default
};