UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.26 kB
"use client"; import * as e from "react"; const c = ({ title: l, titleId: t, ...a }) => /* @__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": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m3.737 3 1-3 1.898.632-1 3z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M0 4.316h13v.004c.669-.033 1.3.142 1.82.502A2.75 2.75 0 0 1 16 7.103c0 .875-.365 1.87-1.298 2.528-.591.418-1.34.65-2.239.681q-.084.26-.188.51c-.393.952-1.012 1.846-1.98 2.494H13v2H0v-2h2.778c-.971-.645-1.6-1.534-2.005-2.483C0 9.02 0 6.85 0 5.393zM12.89 8.26c.075-.677.1-1.337.107-1.933.309-.04.536.037.683.139.193.134.32.356.32.637 0 .336-.134.67-.452.894-.142.1-.354.202-.659.263M2.006 6.316c.025 1.278.133 2.624.606 3.733.287.673.695 1.22 1.277 1.605.584.386 1.42.662 2.654.662s2.062-.276 2.635-.66c.572-.382.97-.924 1.248-1.597.459-1.111.55-2.458.569-3.743z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "m7.737 0-1 3 1.898.632 1-3z" }))); export { c as default };