@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 727 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", { fillRule: "evenodd", d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m4.12-12.5L8.84 7.31l3.566 5.19H9.784L7.383 9.006 4.377 12.5H3.6l3.438-3.996L3.6 3.5h2.622l2.274 3.309L11.343 3.5zm-6.27.585H4.657l5.493 7.857h1.193z", clipRule: "evenodd" })));
export {
c as default
};