@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 900 B
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: "m6.4 5.7.4-1c.1-.4.4-.6.8-.6h2.8l-.3.9H8a.3.3 0 0 0-.206.063c-.028.02-.053.037-.094.037l-.1.3s0 .1.1.1h1.6c.4 0 .7.3.5.8l-.4 1c-.2.4-.5.6-.8.6h-3l.3-.9h2.3c.1 0 .2-.1.2-.1l.2-.3s0-.1-.1-.1H7c-.5 0-.7-.4-.6-.8" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8 0C4.7 0 2 2.7 2 6c0 1 .1 1.6.8 2.9C3.5 10.4 8 16 8 16s4.5-5.6 5.2-7.1c.7-1.3.8-1.9.8-2.9 0-3.3-2.7-6-6-6m0 10c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4", clipRule: "evenodd" }));
export {
a as default
};