@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 788 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: "m8 13.333-2-2a2.825 2.825 0 0 1 4 0z" }), /* @__PURE__ */ e.createElement("path", { fillOpacity: 0.36, 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", { fillOpacity: 0.36, d: "M3.333 8.667 4.667 10a4.716 4.716 0 0 1 6.666 0l1.334-1.333c-2.574-2.574-6.754-2.574-9.334 0" }));
export {
c as default
};