UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 749 B
"use client"; import * as e from "react"; const s = ({ 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", { d: "M7.333 10.039 6.12 15.41l-.976-.203 1.11-5.035A10.5 10.5 0 0 0 6.5 7.913V5.901l-.392-.087-4.205-.934.217-.977 4.068.904a8.1 8.1 0 0 0 3.716-.048l3.46-.865.242.97-3.727.932-.379.094v1.921c0 .775.086 1.548.256 2.304l1.144 5.09-1.019.207-1.2-5.372a.69.69 0 0 0-1.348-.001M9.5 2a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" })); export { s as default };