UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 686 B
"use client"; import * as e from "react"; const s = ({ 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: "m12 10 1.9-6H16l-2.5 8H3V2H0V0h5v10zM6 6h2v2h2V6h2V4h-2V2H8v2H6zm-3 8.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5S5.3 16 4.5 16 3 15.3 3 14.5m8.5-1.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5", clipRule: "evenodd" })); export { s as default };