@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 1.02 kB
JavaScript
"use client";
import * as e from "react";
const s = ({
title: a,
titleId: l,
...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": l, ...t }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("path", { d: "M4.206 9.3H3.002c-.006-.402.004-.812.037-1.219.114-1.399.484-2.665 1.234-3.567C4.988 3.654 6.153 3 8.156 3s3.169.654 3.884 1.514c.75.902 1.12 2.168 1.233 3.567.033.407.044.817.038 1.22h-1.255a.5.5 0 0 0-.5.5V13.8a.5.5 0 0 0 .5.5h2.5v-.03l.037.01.001-.003.003-.01.009-.03.03-.112q.04-.146.103-.407c.083-.347.19-.838.29-1.427.197-1.17.369-2.759.238-4.372-.13-1.601-.568-3.335-1.69-4.683C12.423 1.846 10.654 1 8.158 1s-4.267.846-5.422 2.236c-1.122 1.348-1.56 3.082-1.69 4.683-.131 1.613.04 3.203.237 4.372a22 22 0 0 0 .393 1.834l.03.11v.065h2.5a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5" }));
export {
s as default
};