UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.22 kB
"use client"; import * as a from "react"; const m = ({ title: e, titleId: l, ...t }) => /* @__PURE__ */ a.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, ...t }, e ? /* @__PURE__ */ a.createElement("title", { id: l }, e) : null, /* @__PURE__ */ a.createElement("path", { fillRule: "evenodd", d: "m15.932 9.045-1.983-.259a6 6 0 0 0 0-1.572l1.983-.259a8 8 0 0 1 0 2.09M9.045.068 8.786 2.05a6 6 0 0 0-1.572 0L6.955.068a8 8 0 0 1 2.09 0M4.938.607l.766 1.847a6 6 0 0 0-1.356.785L3.13 1.653A8 8 0 0 1 4.938.607M1.653 3.13l1.586 1.218a6 6 0 0 0-.784 1.356L.606 4.938c.27-.65.623-1.258 1.046-1.808M.068 6.955a8 8 0 0 0 0 2.09l1.983-.259a6 6 0 0 1 0-1.572zm.539 4.107 1.847-.766a6 6 0 0 0 .785 1.356L1.653 12.87a8 8 0 0 1-1.046-1.808m2.523 3.285 1.218-1.586c.414.318.87.583 1.356.785l-.766 1.847a8 8 0 0 1-1.808-1.046m3.825 1.585.259-1.983a6 6 0 0 0 1.572 0l.259 1.983a8 8 0 0 1-2.09 0m4.107-.539-.766-1.848a6 6 0 0 0 1.356-.784l1.218 1.586a8 8 0 0 1-1.808 1.046m3.285-2.523-1.586-1.218c.318-.414.583-.87.785-1.356l1.847.766a8 8 0 0 1-1.046 1.808", clipRule: "evenodd" })); export { m as default };