@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 1.15 kB
JavaScript
"use client";
import * as e from "react";
const c = ({
title: t,
titleId: l,
...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": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M7.992 0A7.992 7.992 0 0 0 5.08 15.437c-.07-.632-.133-1.605.027-2.295.146-.624.938-3.972.938-3.972s-.24-.48-.24-1.188c0-1.11.645-1.94 1.447-1.94.682 0 1.011.512 1.011 1.126 0 .686-.437 1.711-.661 2.662-.188.795.399 1.444 1.183 1.444 1.42 0 2.513-1.498 2.513-3.66 0-1.914-1.376-3.252-3.339-3.252-2.274 0-3.61 1.706-3.61 3.468 0 .687.265 1.424.596 1.824a.24.24 0 0 1 .055.23c-.06.251-.196.794-.222.906-.035.146-.116.177-.268.107-.997-.465-1.62-1.924-1.62-3.097 0-2.52 1.831-4.836 5.28-4.836 2.773 0 4.928 1.975 4.928 4.616 0 2.755-1.737 4.97-4.147 4.97-.81 0-1.572-.42-1.832-.916l-.499 1.899c-.18.694-.667 1.565-.993 2.096A7.992 7.992 0 1 0 7.992 0" })));
export {
c as default
};