@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 754 B
JavaScript
"use client";
import * as e from "react";
const v = ({
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: "M5.237 1.667 7.56 6.095v.002c.176.34.363.78.505 1.134l.058.149.053-.135c.142-.355.33-.797.504-1.146l2.288-4.54h2.394l-2.916 5.653h2.5v1.731h-3.39l-.318.607v.344h3.708v1.732H9.238V14.2H6.931v-2.574H3.223V9.894H6.93v-.325l-.35-.626H3.223V7.212h2.42L2.762 1.854 2.6 1.56h2.58z", clipRule: "evenodd" }));
export {
v as default
};