UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 2.15 kB
"use client"; import * as l from "react"; const c = ({ title: a, titleId: e, ...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": e, ...t }, a ? /* @__PURE__ */ l.createElement("title", { id: e }, a) : null, /* @__PURE__ */ l.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ l.createElement("path", { fillRule: "evenodd", d: "M4.784.245A3.22 3.22 0 0 1 7.1.188l.149.057.746.31.752-.31v.001a3.22 3.22 0 0 1 4.203 1.742l.31.746.748.311a3.22 3.22 0 0 1 1.678 1.597l.064.146.058.149a3.22 3.22 0 0 1-.058 2.315L15.44 8l.31.747.057.148a3.22 3.22 0 0 1-1.8 4.06l-.747.309-.31.748a3.22 3.22 0 0 1-4.207 1.742l-.747-.31-.749.31a3.22 3.22 0 0 1-4.204-1.74l-.312-.752-.746-.309A3.22 3.22 0 0 1 .242 8.75L.552 8l-.31-.748-.056-.148a3.22 3.22 0 0 1 .056-2.317l.065-.145a3.2 3.2 0 0 1 .633-.9l.115-.11a3.2 3.2 0 0 1 .93-.588l.747-.31.31-.747.065-.145A3.22 3.22 0 0 1 4.784.245m1.7 1.848a1.22 1.22 0 0 0-1.594.66L4.456 3.8a1.22 1.22 0 0 1-.66.658l-1.046.434a1.22 1.22 0 0 0-.66 1.593l.432 1.048c.124.299.125.635.001.934L2.09 9.513a1.22 1.22 0 0 0 .66 1.592l1.047.434c.298.124.536.362.66.66l.434 1.048a1.22 1.22 0 0 0 1.591.66l1.047-.433a1.22 1.22 0 0 1 .934-.001l1.046.433c.261.108.55.122.82.041l.113-.04a1.22 1.22 0 0 0 .66-.66l.434-1.048a1.22 1.22 0 0 1 .55-.607l.11-.052 1.046-.433a1.22 1.22 0 0 0 .61-.552l.05-.109q.069-.166.087-.346l.006-.12q0-.181-.053-.355l-.04-.112-.432-1.046a1.22 1.22 0 0 1 0-.935l.432-1.046a1.22 1.22 0 0 0-.55-1.542l-.109-.051-1.048-.434a1.22 1.22 0 0 1-.658-.658l-.435-1.048a1.22 1.22 0 0 0-1.592-.66l-1.047.432-.114.041c-.23.07-.476.07-.705 0l-.115-.04zm3.66 6.765q.537 0 .913.375.374.375.375.912 0 .536-.375.912-.376.375-.912.375a1.24 1.24 0 0 1-.912-.375 1.24 1.24 0 0 1-.375-.912q0-.536.375-.912.375-.374.912-.375m1.245-3.045-5.576 5.576-1.202-1.201 5.577-5.577zM5.855 4.568q.536 0 .912.375.375.375.375.913 0 .535-.375.91-.375.376-.912.377-.535 0-.912-.376a1.24 1.24 0 0 1-.375-.911q0-.537.375-.913.376-.375.912-.375", clipRule: "evenodd" }))); export { c as default };