@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 974 B
JavaScript
"use client";
import * as e from "react";
const a = ({
title: l,
titleId: h,
...t
}) => /* @__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": h, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: h }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M3.333 1.333h5.334v4h4V9H14V4l-4-4H2v9h1.333zM12 4l-2-2v2z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M2.425 14.309v1.531H1V10.5h2.153c1.355 0 2.107.825 2.107 1.916 0 1.092-.752 1.893-2.107 1.893zm0-1.194h.658c.485 0 .744-.26.744-.699 0-.44-.259-.707-.744-.707h-.658zm3.653 2.725V10.5h2.06c1.534 0 2.693 1.013 2.693 2.67s-1.159 2.67-2.694 2.67zm1.425-1.21h.478c.861 0 1.394-.573 1.394-1.46s-.533-1.46-1.394-1.46h-.478zm4.119 1.21V10.5h3.618v1.201h-2.193v1.084h1.935v1.202h-1.934v1.853z" }));
export {
a as default
};