UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 1.24 kB
"use client"; import * as e from "react"; const a = ({ title: l, titleId: c, ...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": c, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: c }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M3.333 1.327h5.334V5.31h4v4.148H14V3.982L10 0H2v9.457h1.333zM12 3.982l-2-1.991v1.991z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M0 15.931V10.75h2.014c1.5 0 2.633.983 2.633 2.591s-1.133 2.591-2.633 2.591zm1.393-1.173h.467c.843 0 1.363-.557 1.363-1.418s-.52-1.418-1.363-1.418h-.467zM7.81 16c-1.501 0-2.795-1.098-2.795-2.66s1.294-2.652 2.795-2.652 2.794 1.09 2.794 2.652S9.31 16 7.81 16m0-1.204c.872 0 1.37-.64 1.37-1.456s-.498-1.448-1.37-1.448-1.37.633-1.37 1.448c0 .816.497 1.456 1.37 1.456m8.19-.031c-.513.861-1.233 1.235-2.29 1.235-1.462 0-2.71-1.098-2.71-2.66a2.62 2.62 0 0 1 2.634-2.652c1.126 0 1.815.472 2.251 1.112l-1.049.71c-.199-.306-.52-.618-1.179-.618-.765 0-1.232.633-1.232 1.448 0 .816.482 1.456 1.278 1.456.674 0 1.003-.305 1.225-.717z" })); export { a as default };