@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 990 B
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as a } from "react";
function o(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconButton32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6 10h19a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-.09l2.109 1.454A4 4 0 0 0 29 14v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2a4 4 0 0 0 4 4h7v-2H6a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2m10.6 2.5a1 1 0 0 0-1.568.822l-.01 10.736a1 1 0 0 0 1.76.65l3.238-3.79 4.958-.513a1 1 0 0 0 .464-1.818zm2.158 6.814-1.734 2.031.006-6.12 5.042 3.47-2.656.274a1 1 0 0 0-.658.345",
clipRule: "evenodd"
}
)
}
);
}
const s = a(o);
export {
s as default
};
//# sourceMappingURL=IconButton32.es.js.map