@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 993 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", { fillRule: "evenodd", d: "M8.667 1.333H3.333V9.5H2V0h8l4 4v5.5h-1.333V5.333h-4zM10 2l2 2h-2z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M1.546 15.99c-.047 0-.063-.015-.024-.078l2.364-4.06H1.923V10.65h4.154c.047 0 .063.016.024.079l-2.364 4.06h2.167v1.201zm5.826 0v-5.34H8.8v5.34z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11.818 15.99v-1.53h.73c1.358 0 2.112-.802 2.112-1.894s-.754-1.916-2.112-1.916h-2.16v5.34zm.66-2.725h-.66V11.86h.66c.486 0 .745.267.745.707s-.259.698-.746.698", clipRule: "evenodd" }));
export {
h as default
};