@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 944 B
JavaScript
"use client";
import * as e from "react";
const h = ({
title: l,
titleId: t,
...c
}) => /* @__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": t, ...c }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M2.857 1.242c.95-1.521 3.264-1.675 4.44-.295l.698.82.698-.819c1.176-1.38 3.49-1.227 4.44.294l.083.144c.478.891.314 1.896-.282 2.614H16v6h-1.005v6h-14v-6H0V4h3.057c-.597-.718-.761-1.724-.283-2.615zM8.995 14h4v-4h-4zm-6 0h4v-4h-4zm6-6.034h5.002V6.034H8.995zm-6.991 0h4.991V6.034H2.004zm3.732-5.884c-.307-.36-.911-.32-1.16.077-.248.398.017.9.508.966l1.577.21.07-.084zm5.678.077c-.249-.397-.853-.437-1.16-.076L9.258 3.25l.071.084 1.577-.21c.492-.065.756-.568.508-.966", clipRule: "evenodd" }));
export {
h as default
};