UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 955 B
"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", { d: "M8 7c-.5 0-1 .4-1 1s.5 1 1 1 1-.4 1-1-.5-1-1-1" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "m16 7-1.7-.5c-.2-.6-.4-1.2-.7-1.8l.8-1.7L13 1.6l-1.6.8c-.5-.3-1.1-.6-1.8-.7L9 0H7l-.6 1.7c-.6.2-1.2.4-1.7.8L3 1.6 1.6 3l.8 1.6c-.3.6-.5 1.2-.7 1.8L0 7v2l1.7.6c.1.6.4 1.2.7 1.8L1.6 13 3 14.4l1.6-.8c.5.3 1.2.6 1.8.7L7 16h2l.6-1.7c.6-.1 1.2-.4 1.8-.7l1.6.8 1.4-1.4-.8-1.6c.3-.6.6-1.2.8-1.8L16 9zM8 3.5c2.4 0 4.5 1.9 4.5 4.5 0 2.7-2 4.5-4.5 4.5-2.4 0-4.5-1.9-4.5-4.5S5.6 3.5 8 3.5", clipRule: "evenodd" })); export { a as default };