UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 726 B
"use client"; import * as e from "react"; const c = ({ title: l, titleId: t, ...a }) => /* @__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": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "m11.818 7.01 3.253-3.253c.636 1.768.354 3.89-1.131 5.374-1.273 1.273-3.111 1.697-4.809 1.273l-5.02 5.02L.575 11.89l5.02-5.02c-.423-1.697 0-3.536 1.274-4.809C8.354.575 10.404.222 12.243.93L8.99 4.182zM6.515 8.778 3.262 12.03l.708.708 3.252-3.253z", clipRule: "evenodd" })); export { c as default };