@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 997 B
JavaScript
"use client";
import * as e from "react";
const m = ({
title: a,
titleId: t,
...l
}) => /* @__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, ...l }, a ? /* @__PURE__ */ e.createElement("title", { id: t }, a) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M7.854.023a3.726 3.726 0 0 0 5.11 3.458 3.726 3.726 0 0 0 2.986 3.633q.049.435.05.884A8.001 8.001 0 1 1 7.854 0zM6.3 2.243A6.001 6.001 0 0 0 8 14a6 6 0 0 0 5.977-5.496 5.74 5.74 0 0 1-2.54-2.759A5.73 5.73 0 0 1 6.3 2.243m.035 7.205a1 1 0 1 1 0 2 1 1 0 0 1 0-2m3.785-1.097a1 1 0 1 1 0 2 1 1 0 0 1 0-2M5.75 5.68a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m9.414-2.931a.75.75 0 1 1-.001 1.501.75.75 0 0 1 .001-1.501M10.75 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.914 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5" })));
export {
m as default
};