@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 994 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconButton12",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M2 3h8a1 1 0 0 1 1 1v2a1 1 0 0 1-.505.869l.866.597C11.754 7.1 12 6.579 12 6V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2V7H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m3.797 1.947a.5.5 0 0 0-.784.411l-.005 5.368a.5.5 0 0 0 .88.325l1.619-1.895 2.48-.256a.5.5 0 0 0 .232-.91zm1.08 3.407L6.008 9.37l.004-3.06 2.52 1.735-1.328.137a.5.5 0 0 0-.329.172",
clipRule: "evenodd"
}
)
}
);
}
const s = a(o);
export {
s as default
};
//# sourceMappingURL=IconButton12.es.js.map