@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 808 B
JavaScript
"use client";
import * as e from "react";
const s = ({
title: l,
titleId: a,
...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": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M15.149 2.86c.248.249.426.56.517.9C16 5.016 16 7.636 16 7.636s0 2.62-.335 3.877a2.01 2.01 0 0 1-1.414 1.423C13 13.273 8 13.273 8 13.273s-5 0-6.25-.337a2.01 2.01 0 0 1-1.415-1.423C0 10.256 0 7.636 0 7.636s0-2.62.335-3.876a2.01 2.01 0 0 1 1.414-1.424C3 2 8 2 8 2s5 0 6.25.336c.34.093.65.273.899.523m-4.603 4.776-4.182 2.38V5.256z", clipRule: "evenodd" }));
export {
s as default
};