UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.05 kB
"use client"; import * as l from "react"; const a = ({ title: e, titleId: c, ...t }) => /* @__PURE__ */ l.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": c, ...t }, e ? /* @__PURE__ */ l.createElement("title", { id: c }, e) : null, /* @__PURE__ */ l.createElement("path", { d: "m7.681 4.74.453-1.64 1.569.386c.01.002.017-.013.007-.02L9.424 3.3l-.752-1.299h-.837L5.932 5.238l-1.73-1.002L6.69 0l3.144.001 1.295 2.332-.003.332c0 .011.015.013.019.003l.475-1.545 1.639.452-1.206 4.38zm-2.128 5.799-1.642.44-.463-1.548c-.003-.01-.02-.008-.02.003l.002.331-.74 1.307.424.723h3.791v1.999H1.97l-1.592-2.71 1.354-2.298.288-.165c.01-.006.003-.02-.008-.018L.44 8.975 0 7.333l4.387-1.178zm5.837-.952 1.202 1.202-1.11 1.175c-.007.008.003.021.013.015l.287-.166 1.5-.013.415-.729L11.8 7.79l1.732-1L16 11.062l-1.553 2.734-2.667-.024-.287-.167c-.01-.005-.02.008-.011.016l1.109 1.175-1.202 1.202-3.214-3.21z" })); export { a as default };