@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 877 B
JavaScript
"use client";
import * as e from "react";
const a = ({
title: l,
titleId: t,
...c
}) => /* @__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, ...c }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8.2.3C3.9.3 0 3.4 0 8.1s3.6 7.6 8.2 7.6c1.6 0 2.6-.2 3.8-.7l-.8-1.8c-.9.3-2 .5-3 .5-3.8 0-5.9-2.2-5.9-5.7s2.4-5.8 5.9-5.7c3.5 0 5.7 1.5 5.7 5.1 0 1.9-.4 2.7-1.2 2.7-.7 0-.9-.4-.9-1.2V4.6H9.3v.9c-.3-.6-.9-1.1-2-1.1C5.4 4.4 4 6 4 8.2S5.5 12 7.3 12c1.1 0 2-.5 2.6-1.6.4 1.1 1.4 1.5 2.6 1.5 2.2 0 3.5-1.7 3.5-4.6 0-4.2-3.1-7-7.8-7M8 6.5c.8 0 1.3.8 1.3 1.7S8.8 9.9 8 9.9s-1.4-.7-1.4-1.7.5-1.7 1.4-1.7", clipRule: "evenodd" }));
export {
a as default
};