UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 564 B
"use client"; import * as e from "react"; const s = ({ 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("path", { d: "M15 7v5.82L11.5 16 8 12.82V7zm-3-7v5.5h-2V2H3v10h3.5v2H1V0zM9.8 12.024l1.7 1.544 1.7-1.544V8.8H9.8zM6.5 8H4V6h2.5zM9 5H4V3h5z" })); export { s as default };