@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 1.13 kB
JavaScript
"use client";
import * as e from "react";
const a = ({
title: l,
titleId: c,
...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": c, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: c }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.767 15.498c-1.935 0-3.3-.899-4.008-1.935L5.59 12.25c.415.605 1.071 1.14 2.056 1.14 1.002 0 1.295-.38 1.295-.708 0-.398-.276-.605-1.174-1.037l-1.918-.898c-1.52-.708-2.246-1.52-2.246-2.799 0-1.382.83-1.97 1.71-2.28-.466-.553-.725-1.21-.725-2.021 0-1.71 1.261-3.145 3.507-3.145 1.71 0 2.643.76 3.317 1.745l-1.9 1.279c-.484-.743-.899-.933-1.417-.933-.708 0-1.002.484-1.002.915 0 .467.173.778.916 1.123l1.917.881c1.71.795 2.47 1.676 2.47 3.04 0 1.158-.656 1.85-1.64 2.281.466.553.69 1.192.69 1.9 0 1.676-1.364 2.765-3.68 2.765M9.46 9.78c.397-.19.604-.467.604-.864 0-.622-.397-.847-1.14-1.192l-1.917-.881-.415-.208c-.346.139-.657.38-.657.847 0 .518.294.743.899 1.02l1.917.897c.26.121.501.242.709.38" }));
export {
a as default
};