UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 636 B
"use client"; import * as e from "react"; const i = ({ 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: "M.5 8a7.5 7.5 0 1 0 15 0 7.5 7.5 0 0 0-15 0m2 0a5.5 5.5 0 0 0 8.747 4.44L3.56 4.753A5.48 5.48 0 0 0 2.5 8m10.12 2.985L5.016 3.379a5.5 5.5 0 0 1 7.605 7.605", clipRule: "evenodd" })); export { i as default };