UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 713 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 17", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M4.257.98.792 4.446 2.206 5.86l3.465-3.465zM10.4 7.5l1.4 1.4-1.4 1.4 1.4 1.4-1.4 1.4L9 11.7l-1.4 1.4-1.4-1.4 1.4-1.4-1.4-1.4 1.4-1.4L9 8.9z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M3 6.7 8.7 1H15v16H3zM5 15h8V3H9.5L5 7.5z", clipRule: "evenodd" })); export { n as default };