@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 1.4 kB
JavaScript
"use client";
import * as e from "react";
const t = ({
title: a,
titleId: l,
...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": l, ...c }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M10.394.882 6.582 4.69l-.478-.478c-.325-.395-.789-.84-1.361-1.12-.75-.367-1.722-.452-2.638.23C1.09 4.082.941 5.218 1.046 6.12c.07.594.254 1.178.455 1.677a2.85 2.85 0 0 0-.468 2.036c.143.934.423 2.439.899 3.607.23.562.561 1.196 1.063 1.604.27.22.62.4 1.044.43a1.92 1.92 0 0 0 1.404-.502q.1-.088.23-.21a42 42 0 0 0 .639-.62c.496-.491 1.122-1.12 1.733-1.74a499 499 0 0 0 2.198-2.244l.891-.916-.85-.85 3.813-3.808.005-.004c1.009-1.02 1.264-2.747.154-3.856-1.108-1.107-2.845-.857-3.862.158m2.448 1.257c-.158-.158-.618-.257-1.034.158L7.996 6.104l.874.874 3.812-3.807c.42-.427.315-.877.16-1.032m-9.76 4.047 1.115-1.073a1.7 1.7 0 0 0-.334-.224.6.6 0 0 0-.292-.077.5.5 0 0 0-.27.114c-.207.154-.332.415-.268.961q.017.147.05.299M8.325 9.26 5.601 6.538 3.288 8.763a.88.88 0 0 0-.279.767c.14.913.394 2.22.775 3.155.155.38.297.61.398.731q.05-.045.118-.11c.155-.146.362-.347.607-.588a195 195 0 0 0 1.714-1.721 521 521 0 0 0 1.653-1.684z", clipRule: "evenodd" }));
export {
t as default
};