UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 704 B
"use client"; import * as e from "react"; const r = ({ title: l, titleId: a, ...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": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "m10.166 5.891.566-3.928-3.969.001L7.781 3.14l-4.48 3.883L2.267 5.83l-.566 3.928H5.67L4.61 8.532 9.091 4.65z" }), /* @__PURE__ */ e.createElement("path", { d: "M7.375 16 4 13.307a1.86 1.86 0 0 1 2.636-.376l.739.569V7.687a.937.937 0 1 1 1.875 0V11H11a2 2 0 0 1 2 2v3z" })); export { r as default };