@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
11 lines (10 loc) • 1.02 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("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M13.657 2.343A8 8 0 1 0 2.343 13.657 8 8 0 0 0 13.657 2.343M11.67 7c-.098-1.656-.435-3.155-.93-4.337a6 6 0 0 1 2.802 3.04A6 6 0 0 1 13.916 7zM9.669 7C9.482 4.01 8.488 2.307 8 2c-.488.325-1.482 2.014-1.67 5zM6.331 9h3.338C9.482 11.986 8.488 13.675 8 14c-.488-.307-1.482-2.01-1.67-5M4.329 7c.098-1.656.435-3.155.93-4.337A6 6 0 0 0 2.083 7zM2.084 9h2.245c.098 1.656.435 3.155.93 4.337A6 6 0 0 1 2.083 9m9.587 0h2.245l-.031.17a6 6 0 0 1-3.143 4.167c.494-1.182.831-2.68.929-4.337", clipRule: "evenodd" })));
export {
c as default
};