UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 621 B
"use client"; import * as e from "react"; const r = ({ title: t, titleId: a, ...l }) => /* @__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, ...l }, t ? /* @__PURE__ */ e.createElement("title", { id: a }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.99 12.161q1.45 0 2.43-.953.98-.952.98-2.362t-.98-2.353-2.43-.943-2.42.943-.97 2.353.97 2.362q.97.954 2.42.953M0 15V2.692h4.14L5.6 1h4.8l1.46 1.692H16V15zm1.2-1.167h13.6V3.858H1.2z" })); export { r as default };