@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 909 B
JavaScript
"use client";
import * as e from "react";
const h = ({
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", { d: "M13 8h-2V2H2v12h5v2H0V0h13z" }), /* @__PURE__ */ e.createElement("path", { d: "m16 9-.502 1.708h-3.683a.33.33 0 0 0-.213.076.35.35 0 0 0-.12.2l-.136.465c-.041.13.016.239.157.239h2.557c.712 0 1.167.594.923 1.43l-.516 1.759c-.25.848-.736 1.123-1.305 1.123H8l.502-1.708h4.003a.33.33 0 0 0 .174-.071.35.35 0 0 0 .11-.156l.138-.466a.176.176 0 0 0-.078-.206.2.2 0 0 0-.074-.02h-2.548c-.78-.001-1.22-.61-.978-1.434l.544-1.852C9.975 9.466 10.413 9 11.11 9zM9 9H4V7h5zm0-3H4V4h5z" }));
export {
h as default
};