UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 735 B
"use client"; import * as e from "react"; const t = ({ title: v, titleId: a, ...h }) => /* @__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, ...h }, v ? /* @__PURE__ */ e.createElement("title", { id: a }, v) : null, /* @__PURE__ */ e.createElement("path", { d: "M0 15v-4.135h1.885v2.148h2.039V15zm12.076 0v-1.987h2.039v-2.149H16V15zm-9.511-2.703V3.703h1.359v8.594zm2.038 0V3.703h.68v8.594zm2.038 0V3.703H8v8.594zm2.038 0V3.703h2.039v8.594zm2.718 0V3.703h.68v8.594zm1.359 0V3.703h.68v8.594zM0 5.136V1h3.924v1.987H1.885v2.149zm14.115 0V2.987h-2.039V1H16v4.136z" })); export { t as default };