@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 673 B
JavaScript
"use client";
import * as e from "react";
const o = ({
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: "m7.764.19 4.827 4.827-3.17 2.984 3.17 2.983-4.827 4.827V9.56l-4.236 3.987L2.5 12.454l4.732-4.453L2.5 3.547l1.028-1.092L7.764 6.44zm1.5 9.723 1.173 1.104-1.173 1.173zm0-3.825V3.811l1.173 1.173z", clipRule: "evenodd" }));
export {
o as default
};