UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 669 B
"use client"; import * as e from "react"; const c = ({ title: l, titleId: a, ...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": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 7.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3.9-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0m2.1 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M0 0v13h6v3l3-3h7V0zm14 11H2V2h12z", clipRule: "evenodd" })); export { c as default };