UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.32 kB
"use client"; import * as e from "react"; const c = ({ title: a, titleId: l, ...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": l, ...t }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M0 0h16v8.43l-1.221-.28-.01-.003-.033-.007a24 24 0 0 0-.634-.135 50 50 0 0 0-1.736-.323c-1.411-.237-3.158-.466-4.61-.466-1.45 0-3.07.228-4.352.463a38 38 0 0 0-2.119.454l-.028.008-.006.001L0 8.468zm1.996 5.923a40 40 0 0 1 1.048-.207c1.328-.244 3.086-.496 4.711-.496 1.622 0 3.499.25 4.942.493.488.082.932.164 1.307.237V1.996H1.996z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M1.917 15.96v-.948a2.72 2.72 0 0 1 2.724-2.725 2.72 2.72 0 0 1 2.725 2.725v.948z" }), /* @__PURE__ */ e.createElement("path", { d: "M6.717 10.2a2.076 2.076 0 1 1-4.152 0 2.076 2.076 0 0 1 4.152 0m1.627 5.76v-.948a2.72 2.72 0 0 1 2.725-2.725 2.72 2.72 0 0 1 2.725 2.725v.948z" }), /* @__PURE__ */ e.createElement("path", { d: "M13.145 10.2a2.076 2.076 0 1 1-4.152 0 2.076 2.076 0 0 1 4.152 0" }))); export { c as default };