@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 821 B
JavaScript
"use client";
import * as e from "react";
const c = ({
title: t,
titleId: l,
...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": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m8 0 4 3.2V8H9V5H7v3H4V3.2z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M14.222 10C15.2 10 16 10.675 16 11.5v3c0 .825-.8 1.5-1.778 1.5H1.778C.8 16 0 15.325 0 14.5v-3c0-.825.8-1.5 1.778-1.5zm-9.778 3.75H2.667v-1.5h1.777zm3.112 0H5.778v-1.5h1.778zm5.777 0H8.89v-1.5h4.444z", clipRule: "evenodd" })));
export {
c as default
};