@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 740 B
JavaScript
"use client";
import * as e from "react";
const r = ({
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: "M15 12a3 3 0 0 1-3 3h-1.27A1.998 1.998 0 0 1 7 14a2 2 0 0 1 3.73-1H12a1 1 0 0 0 1-1zM4 11H1a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h3zm11-6a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-3V5zM8 0a7 7 0 0 1 6.325 4H12a5 5 0 0 0-4-2 5 5 0 0 0-4 2H1.675A7 7 0 0 1 8 0" })));
export {
r as default
};