@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 831 B
JavaScript
"use client";
import * as e from "react";
const n = ({
title: t,
titleId: a,
...l
}) => /* @__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, ...l }, t ? /* @__PURE__ */ e.createElement("title", { id: a }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m13.778 9.536-1.414 1.414-1.414-1.414 1.414-1.415A3 3 0 0 0 8.121 3.88L6.707 5.293 5.293 3.879l1.414-1.415a5 5 0 0 1 7.071 7.072" }), /* @__PURE__ */ e.createElement("path", { d: "M11.657 6 6 11.657l-1.414-1.414 5.657-5.657z" }), /* @__PURE__ */ e.createElement("path", { d: "M3.879 5.293 2.464 6.707a5 5 0 1 0 7.072 7.071l1.414-1.414-1.414-1.414-1.415 1.414A3 3 0 1 1 3.88 8.121l1.414-1.414z" }));
export {
n as default
};