@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 955 B
JavaScript
"use client";
import * as e from "react";
const c = ({
title: l,
titleId: t,
...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": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M5.273 8 4.182 6.864c2.11-2.2 5.525-2.2 7.636 0L10.728 8a3.75 3.75 0 0 0-5.455 0" }), /* @__PURE__ */ e.createElement("path", { d: "M3.09 5.727 2 4.591c3.316-3.455 8.684-3.455 12 0l-1.09 1.136c-2.712-2.824-7.108-2.824-9.82 0" }), /* @__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
};