UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.27 kB
"use client"; import * as e from "react"; const a = ({ title: l, titleId: c, ...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": c, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: c }, l) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M8.241 14.362V10.82a7.8 7.8 0 0 0 2.186.304q.285.002.582-.018V9.83c-2.488.15-4.14-.68-5.44-2.458-.564-.767-.99-1.184-1.273-2.073C5.5 4.5 6.75 4.739 7.5 5L6.249 6.02l.591.621c.1.105 2.39 2.436 7.655 1.887-.432 1.847-1.843 5.553-6.254 5.825m-2.269-.961c-.695-.504-2.158-1.742-3.054-3.77.273-1.27.743-2.808.743-2.808s.649 1.009 1.16 1.578c.978 1.093 1.794 1.847 2.98 2.282zm9.24-6.583c-3.653.567-5.87-.317-6.902-.925l1.215-1.32-1.284-.728c-1.07-.5-2.672-.629-4.215-.283C3.642 1.557 3.996.027 4 0H2.738c-.007.122-.426 1.872 0 4C.925 4.98.02 6.375 0 6.407l1.029 1.35c.055-.077.657-.939 1.657-1.692-.515 1.066-1.214 2.763-1.37 3.557l-.058.304.11.276c1.373 3.42 4.393 4.877 4.507 4.945l.412.232.716-1.062v1.678l.616.005h.096c5.86 0 7.918-5.407 8.188-8.284L16 6.691l-.782.123z" }))); export { a as default };