UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 738 B
"use client"; import * as e from "react"; const n = ({ 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", { d: "M2 2h7v4h2V0H0v14h6.5v-2H2z" }), /* @__PURE__ */ e.createElement("path", { d: "M3 5h5V3H3zm0 3h4V6H3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M13.58 12.165a3.5 3.5 0 1 0-1.414 1.414L14.585 16 16 14.586zM10.5 12a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3", clipRule: "evenodd" })); export { n as default };