@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 1.03 kB
JavaScript
"use client";
import * as e from "react";
const c = ({
title: l,
titleId: a,
...t
}) => /* @__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": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("g", { fillRule: "evenodd", clipPath: "url(#a)", clipRule: "evenodd" }, /* @__PURE__ */ e.createElement("path", { d: "M11.111 6.33A2 2 0 1 1 8.89 3.004a2 2 0 0 1 2.22 3.326m-.74-2.218a.667.667 0 1 0-.741 1.11.667.667 0 0 0 .74-1.11" }), /* @__PURE__ */ e.createElement("path", { d: "M0 8.402V0h16v16H0zm1.333 6.265h13.334v-1.334L11.333 10a53 53 0 0 1-2 1.93c-1.191-1.073-2.318-2.218-3.445-3.362a223 223 0 0 0-1.221-1.235l-3.334 3.334zm12.644-3.911.69.69V1.334H1.333V8.78l.777-.776a302 302 0 0 0 2.557-2.571 364 364 0 0 0 3.395 3.412l1.271 1.268c.662-.662 1.325-1.322 2-1.97.894.858 1.77 1.735 2.644 2.613" })));
export {
c as default
};