UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 756 B
"use client"; import * as e from "react"; const h = ({ 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: "M2 2h7v3h2V0H0v14h5v-2H2z" }), /* @__PURE__ */ e.createElement("path", { d: "M3 5h5V3H3zm0 3h2.5V6H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11 6a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.703 8.572h1.417v-4.286h-1.428zM11 7.437a.857.857 0 1 0 0 1.713.857.857 0 0 0 0-1.713", clipRule: "evenodd" })); export { h as default };