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 c = ({ title: a, titleId: t, ...l }) => /* @__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, ...l }, a ? /* @__PURE__ */ e.createElement("title", { id: t }, a) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M8 5.354A2.65 2.65 0 0 0 5.354 8 2.65 2.65 0 0 0 8 10.646 2.65 2.65 0 0 0 10.646 8 2.65 2.65 0 0 0 8 5.354M15.935 8c0-1.096.01-2.182-.051-3.275-.062-1.27-.352-2.398-1.28-3.327-.931-.93-2.057-1.218-3.327-1.28C10.18.057 9.096.067 8.002.067c-1.096 0-2.181-.01-3.275.051C3.457.18 2.329.47 1.4 1.398.47 2.33.183 3.455.12 4.725.06 5.82.07 6.906.07 8s-.01 2.181.051 3.275c.062 1.27.352 2.397 1.28 3.326.931.931 2.057 1.219 3.327 1.28 1.096.062 2.181.052 3.275.052 1.096 0 2.181.01 3.275-.052 1.27-.061 2.398-.35 3.326-1.28.931-.93 1.219-2.056 1.28-3.326.064-1.094.052-2.18.052-3.275M8 12.07A4.065 4.065 0 0 1 3.93 8 4.065 4.065 0 0 1 8 3.929a4.065 4.065 0 0 1 4.07 4.07A4.065 4.065 0 0 1 8 12.072m4.238-7.357a.95.95 0 1 1 0-1.902.95.95 0 1 1 0 1.902" }))); export { c as default };