UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 760 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", { fillRule: "evenodd", d: "m11.1 15.7.7.3 4.2-4.3-4.5-4.5-1.4 1.4c-.5-.4-1-.9-1.4-1.3s-.9-.9-1.3-1.4l1.4-1.4L4.3 0 0 4.3l.4.6C1.4 6.9 3.1 9 5 11c2 2 4.1 3.7 6.1 4.7M6.4 9.6C4.8 8 3.5 6.2 2.5 4.6l1.8-1.8L6 4.5 4.7 5.8l.6.7c.7.9 1.3 1.6 2 2.2.6.6 1.3 1.3 2.2 2l.7.6 1.3-1.3 1.7 1.8-1.8 1.8c-1.6-1-3.4-2.4-5-4", clipRule: "evenodd" })); export { c as default };