UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 606 B
"use client"; import * as e from "react"; const r = ({ 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: "M10.204 8.707 14.411 4.5 10.204.293 8.79 1.707 10.583 3.5H1.997v2h8.586L8.79 7.293zM5.411 10.5h8.586v2H5.412l1.792 1.793-1.414 1.414L1.583 11.5 5.79 7.293l1.414 1.414z" })); export { r as default };