UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 788 B
"use client"; import * as e from "react"; const n = ({ 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: "M9.354 0 16 2.826v7.764l-3.536 1.428V9.89l1.533-.61V5.023l-3.642 1.53V7H8.353v-.446l-3.641-1.53V7H2.708V2.826zm0 4.842 3.127-1.321-3.127-1.322-3.128 1.322z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "m4.008 8 1.44 1.379-1.622 1.623L9.005 11v-1H7.029V8h3.974v5.002H3.826l1.622 1.623L4.008 16 0 12.002z" })); export { n as default };