UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.16 kB
"use client"; import * as e from "react"; const t = ({ title: l, titleId: c, ...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": c, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: c }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8.944 1.49c1.298.217 2.265.868 2.916 1.936l.098.161-1.645 1.132-.181.124-.106-.191c-.288-.518-.64-.86-1.082-1.042v3.126c1.063.405 1.938.867 2.555 1.483.649.65 1.001 1.462 1.001 2.52 0 1.11-.388 1.975-1.063 2.58-.631.568-1.499.89-2.493.995V16H7.522v-1.685c-1.927-.2-3.183-1.26-3.924-2.561L3.5 11.58l.172-.1 1.563-.898.17-.098.1.17c.266.452.535.832.88 1.115.297.243.658.42 1.137.5V8.565c-1-.386-1.816-.838-2.385-1.448-.587-.628-.9-1.41-.9-2.418 0-1.78 1.381-3.057 3.285-3.239V0h1.422zm0 10.747c.854-.206 1.4-.778 1.4-1.481 0-.423-.162-.73-.445-.992-.238-.22-.562-.404-.955-.586zM7.522 3.49c-.333.06-.612.175-.813.332a.9.9 0 0 0-.371.732c0 .412.122.719.356.98.193.214.468.401.828.587z", clipRule: "evenodd" })); export { t as default };