UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 763 B
"use client"; import * as e from "react"; const n = ({ 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: "M8 4a1 1 0 0 0-1 1H5a3 3 0 0 1 6 0c0 .583-.262 1.06-.525 1.395-.267.34-.598.619-.889.83-.206.149-.41.276-.586.379v.191l7 2.5V14H0v-3.705l7-2.5V6.352l.59-.264.01-.005.048-.023a5.3 5.3 0 0 0 .766-.456 2.5 2.5 0 0 0 .486-.442.5.5 0 0 0 .1-.17A1 1 0 0 0 8 4m0 5.562-6 2.143V12h12v-.295z", clipRule: "evenodd" })); export { n as default };