UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 674 B
"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 6.313 7.95 3l7.95 3.313-.95.395v4.238a1 1 0 1 1-1 0v-3.82l-1.25.52v2.831l-4.75 2.16-4.75-2.16V7.646zM4.7 8.27v1.24l3.25 1.478L11.2 9.51V8.27L7.95 9.625zM7.95 8 12 6.313 7.95 4.625 3.9 6.313z", clipRule: "evenodd" })); export { c as default };