UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.06 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", { d: "M15 .326a.35.35 0 0 1-.048.177L9.48 9.553l3.467 5.943a.34.34 0 0 1 0 .354.35.35 0 0 1-.143.117.4.4 0 0 1-.186.032h-2.437a.8.8 0 0 1-.41-.127.73.73 0 0 1-.273-.313L6 9.542C6.183 9.257 11.485.44 11.485.44a.7.7 0 0 1 .257-.314.76.76 0 0 1 .4-.126h2.487a.4.4 0 0 1 .182.036.4.4 0 0 1 .141.113.35.35 0 0 1 .048.177M5.103 3.121c.12.077.213.185.27.311L7 6.18l-2.599 4.377a.7.7 0 0 1-.258.315.75.75 0 0 1-.397.128H1.36a.36.36 0 0 1-.177-.04.34.34 0 0 1-.184-.295q0-.095.051-.176l2.563-4.31-1.627-2.684a.35.35 0 0 1 0-.352A.4.4 0 0 1 2.315 3H4.7a.77.77 0 0 1 .404.12" }))); export { c as default };