@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 992 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: 16,
height: 16,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconButton16",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3 5h10a1 1 0 0 1 1 1v3a1 1 0 0 1-.291.705l.83.573C14.827 9.93 15 9.486 15 9V6a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3v-1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1m4.79 1.715a.5.5 0 0 0-.784.41L7 13.568a.5.5 0 0 0 .88.325l1.968-2.304 3.015-.312a.5.5 0 0 0 .233-.91zm1.428 4.071L8 12.211l.004-4.134 3.405 2.344-1.863.192a.5.5 0 0 0-.33.173",
clipRule: "evenodd"
}
)
}
);
}
const s = a(o);
export {
s as default
};
//# sourceMappingURL=IconButton16.es.js.map