UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 680 B
"use client"; import * as e from "react"; const a = ({ title: l, titleId: t, ...c }) => /* @__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, ...c }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M5 0h9c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2V2H3c0-1.1.9-2 2-2" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11 3H2C.9 3 0 3.9 0 5v6c0 1.1.9 2 2 2h2v3l3-3h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 8H2V5h9z", clipRule: "evenodd" })); export { a as default };