@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 1.03 kB
JavaScript
"use client";
import * as e from "react";
const c = ({
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: "M9 1.5c1.028 0 1.89.218 2.611.66.721.44 1.288 1.097 1.741 1.948l.093.173-1.792.996-.178.1-.096-.182c-.291-.556-.584-.956-.95-1.22-.361-.26-.813-.4-1.447-.4-1.279 0-2.198.83-2.663 2.227h3.997v1.645H6.001a11 11 0 0 0 0 1.016h4.315v1.682h-3.98c.23.693.569 1.227.991 1.597.47.412 1.053.63 1.727.63.696 0 1.2-.194 1.598-.514.404-.324.713-.79.996-1.355l.09-.18 1.969 1.006-.08.174c-.416.916-.981 1.655-1.738 2.164-.759.51-1.696.78-2.835.78-2.435-.001-4.42-1.6-5.122-4.302H2.5V8.463h1.2a14 14 0 0 1-.006-1.016H2.5V5.802h1.43C4.597 3.153 6.546 1.5 9 1.5", clipRule: "evenodd" }));
export {
c as default
};