@stihl-design-system/components
Version: 
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 693 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: "M14 16V4l-4-4H2v16zM8.667 1.333H3.333v13.334h9.334V5.333h-4zM12 4l-2-2v2z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11 8.25H5V7h6zm0 2.5H5V9.5h6zm-3 2.5H5V12h3z", clipRule: "evenodd" }));
export {
  d as default
};