UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 697 B
"use client"; import * as e from "react"; const h = ({ title: t, titleId: l, ...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": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M14 2h2v14h-4v-2h2V4h-4v2.035H8V2h2V0h4z" }), /* @__PURE__ */ e.createElement("path", { d: "m5.428 9.39-1.62 1.62 5.197-.005v-.997L7 9.995V8l4 .013V13l-7.191.005 1.619 1.597L4 16l-4.01-3.992L4 8z" }))); export { h as default };