UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.32 kB
"use client"; import * as e from "react"; const c = ({ 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: "M0 5.061C0 2.796 1.806 1 4.222 1c1.15 0 2.06.46 2.79 1.055.36.293.688.63.988.97.3-.34.628-.677.988-.97C9.718 1.46 10.628 1 11.778 1 14.196 1 16 2.796 16 5.061c0 .463-.021.946-.202 1.497-.177.54-.484 1.078-.956 1.72-.502.683-1.844 2.023-3.096 3.23a161 161 0 0 1-3.069 2.883l-.672.61-.672-.61a165 165 0 0 1-3.067-2.872c-1.25-1.203-2.592-2.54-3.105-3.237-.482-.644-.792-1.185-.967-1.73C.015 6 0 5.515 0 5.063M4.222 3C2.86 3 2 3.95 2 5.061c0 .405.018.633.097.878.082.253.253.594.667 1.147l.006.007c.386.526 1.58 1.731 2.883 2.984.865.833 1.735 1.645 2.352 2.215.617-.571 1.487-1.388 2.353-2.223 1.302-1.256 2.494-2.461 2.872-2.975.408-.556.583-.901.668-1.16.081-.247.102-.478.102-.873C14 3.951 13.14 3 11.779 3c-.568 0-1.047.214-1.528.605-.506.413-.954.97-1.47 1.612L8 6.19l-.782-.972c-.516-.643-.963-1.2-1.47-1.612C5.269 3.214 4.79 3 4.223 3", clipRule: "evenodd" })); export { c as default };