@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 1.35 kB
JavaScript
"use client";
import * as e from "react";
const a = ({
title: l,
titleId: c,
...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": c, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: c }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8.523 1.416c1.014 0 1.831.238 2.485.66s1.129 1.02 1.474 1.72l.086.174-.171.09-1.53.811-.182.096-.09-.184c-.216-.431-.472-.764-.798-.991-.324-.225-.732-.355-1.274-.355-.582 0-1.046.168-1.363.466-.314.298-.507.745-.507 1.349 0 .76.231 1.45.53 2.176h3.665V9.25h-2.95c.175.55.303 1.137.303 1.798 0 .221-.028.44-.057.642.566.387 1.15.67 1.91.67.392 0 .685-.083.932-.225.25-.144.466-.357.694-.637l.133-.164.157.143 1.328 1.207-.12.146c-.43.533-.844.921-1.34 1.173-.498.252-1.063.36-1.784.36-1.186 0-2.039-.484-2.73-1.01-.594.627-1.445 1.01-2.436 1.01-1.25 0-2.307-.801-2.307-2.073 0-1.252 1.036-2.072 2.307-2.072.417 0 .79.076 1.135.202a5.6 5.6 0 0 0-.386-1.17H3.715V7.428h1.084c-.27-.657-.472-1.372-.472-2.176 0-1.105.418-2.068 1.158-2.754s1.79-1.082 3.038-1.082M4.978 11.752c-.446 0-.704.284-.705.538 0 .24.26.502.705.502.381 0 .703-.211.904-.636-.315-.239-.606-.404-.904-.404", clipRule: "evenodd" }));
export {
a as default
};