@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.03 kB
JavaScript
import { jsx as t } from "react/jsx-runtime";
import { memo as o } from "react";
function n(e) {
return /* @__PURE__ */ t(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconButton20",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ t(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 5.5h12A1.5 1.5 0 0 1 17.5 7v3c0 .51-.254.96-.643 1.231l1.275.88A3 3 0 0 0 19 10V7a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3v3a3 3 0 0 0 3 3h3.5v-1.5H4A1.5 1.5 0 0 1 2.5 10V7A1.5 1.5 0 0 1 4 5.5m6.117 2.776a.75.75 0 0 0-1.175.617l-.008 7.515a.75.75 0 0 0 1.32.488l2.254-2.639 3.451-.356a.75.75 0 0 0 .348-1.364zm1.445 4.78-1.126 1.317.004-4.053 3.34 2.298-1.725.178a.75.75 0 0 0-.493.26",
clipRule: "evenodd"
}
)
}
);
}
const s = o(n);
export {
s as default
};
//# sourceMappingURL=IconButton20.es.js.map