UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 643 B
"use client"; import * as e from "react"; const c = ({ 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: "M9 2v12l-4.5-3.5H0v-5h4.4zm4.6 1.1-1.4 1.4c2 2 2 5.1 0 7.1l1.4 1.4c2.8-2.8 2.8-7.2 0-9.9" }), /* @__PURE__ */ e.createElement("path", { d: "m10.1 6.6 1.4-1.4c1.6 1.5 1.6 4.1 0 5.6l-1.4-1.4c.8-.7.8-2 0-2.8" })); export { c as default };