UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 746 B
"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", { fillRule: "evenodd", d: "M8 0c1.2 0 2.3.4 3.1 1.2.9.8 1.4 2 1.4 3.2 0 1-.3 2-1 2.7C10.6 8.3 10 9.7 10 11H6c0-1.4-.6-2.7-1.5-3.8-.7-.8-1-1.8-1-2.8C3.5 2.1 5.4.1 7.8 0zm-.8 3-.1-1q1.35-.15 2.4.9.9.9.9 2.1h-1c-.1-.5-.3-1-.6-1.4-.4-.4-1-.6-1.6-.6M8 16c.6 0 1-.4 1-1H7c0 .6.4 1 1 1m1-2H7l-1-2h4z", clipRule: "evenodd" })); export { c as default };