@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 696 B
JavaScript
"use client";
import * as e from "react";
const d = ({
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: "M13 14V2H3v12zm2-14H1v16h14z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11 5H5V3h6zM9 8H5V6h4zm2.934.98-4.702 4.407-2.684-2.647 1.404-1.424 1.316 1.297 3.298-3.093z", clipRule: "evenodd" }));
export {
d as default
};