@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 931 B
JavaScript
"use client";
import * as e from "react";
const c = ({
title: l,
titleId: a,
...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": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m4.207 1.457-2.5 2.5L.293 2.543l2.5-2.5zM9 7.75v-3H7v5h3.5v-2z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11.9 14.564A6.97 6.97 0 0 1 8 15.75a6.97 6.97 0 0 1-3.9-1.186l-1.393 1.393-1.414-1.414 1.321-1.321a7 7 0 1 1 10.772 0l1.321 1.321-1.414 1.414zM13 8.75a5 5 0 1 1-10 0 5 5 0 0 1 10 0", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "m13.207.043 2.5 2.5-1.414 1.414-2.5-2.5z" })));
export {
c as default
};