UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 942 B
"use client"; import * as e from "react"; const o = ({ 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("path", { fillRule: "evenodd", d: "M3.284 4.354A8.9 8.9 0 0 1 8 3a8.9 8.9 0 0 1 4.559 1.258l2.17-1.252 1 1.732-1.463.844A8.9 8.9 0 0 1 16 8a8.9 8.9 0 0 1-12.483 3.788l-2.511 1.45-1-1.732 1.784-1.03A8.9 8.9 0 0 1 0 8a8.9 8.9 0 0 1 3.284-3.646m2.322 6.228c.764.28 1.575.423 2.394.418a6.84 6.84 0 0 0 5.7-3 7 7 0 0 0-1.245-1.372l-2.043 1.18A2.42 2.42 0 0 1 8 10.42a2.43 2.43 0 0 1-1.37-.43zm-.009-2.304L3.601 9.43A6.8 6.8 0 0 1 2.3 8a6.92 6.92 0 0 1 8.175-2.538l-1.032.595a2.42 2.42 0 0 0-3.846 2.22", clipRule: "evenodd" })); export { o as default };