UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

11 lines (10 loc) 794 B
"use client"; import * as e from "react"; const i = ({ title: l, titleId: a, ...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": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M14 7.333 15.333 6C12.847 3.513 9.42 2.567 6.2 3.127l1.72 1.72A8.5 8.5 0 0 1 14 7.333m-1.333 1.334a6.6 6.6 0 0 0-2.48-1.554L12.2 9.127zM6 11.333l2 2 2-2a2.825 2.825 0 0 0-4 0M2.273 1.093l-.94.94 2.034 2.034A10.5 10.5 0 0 0 .667 6L2 7.333A8.4 8.4 0 0 1 4.78 5.48l1.493 1.493a6.55 6.55 0 0 0-2.94 1.694L4.667 10c.9-.9 2.073-1.36 3.26-1.373l4.72 4.72.94-.94z" })); export { i as default };