@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 832 B
JavaScript
"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("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M15.621 11.148 14.13 12.64l1.865 1.865-1.492 1.492-1.865-1.865-1.492 1.492-2.124-6.6z" }), /* @__PURE__ */ e.createElement("path", { d: "M15.238 8.426H13.19L13.508 7H2.489l1.33 6.015 2.673-.017h.009l1.934.006v1.999L6.5 14.997l-3.478.022-.807.005L0 5.001h16zM6.966.972 5.283 4H2.996l2.223-4zm6.037 3.029h-2.287L9.033.971l1.747-.97z" })));
export {
c as default
};