@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 810 B
JavaScript
"use client";
import * as e from "react";
const c = ({
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("path", { d: "M12.87 3.207A3.83 3.83 0 0 1 11.125 0h-2.75L8.37 11.024a2.313 2.313 0 0 1-2.308 2.225 2.313 2.313 0 0 1-2.312-2.312 2.315 2.315 0 0 1 2.312-2.312c.238 0 .466.039.682.106V5.923c-.223-.03-.45-.05-.682-.05A5.07 5.07 0 0 0 1 10.938a5.06 5.06 0 0 0 2.162 4.146A5.03 5.03 0 0 0 6.063 16a5.07 5.07 0 0 0 5.063-5.063v-5.59a6.54 6.54 0 0 0 3.827 1.23v-2.75a3.8 3.8 0 0 1-2.084-.62" }));
export {
c as default
};