UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 718 B
"use client"; import * as e from "react"; const i = ({ title: a, titleId: l, ...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": l, ...t }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("path", { d: "M3.333 8.667 4.667 10a4.716 4.716 0 0 1 6.666 0l1.334-1.333c-2.574-2.574-6.754-2.574-9.334 0M6 11.333l2 2 2-2a2.825 2.825 0 0 0-4 0" }), /* @__PURE__ */ e.createElement("path", { fillOpacity: 0.36, d: "M.667 6 2 7.333a8.486 8.486 0 0 1 12 0L15.333 6C11.287 1.953 4.72 1.953.667 6" })); export { i as default };