@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 1.07 kB
JavaScript
import { jsx as e, jsxs as t } from "react/jsx-runtime";
import { memo as n } from "react";
function r(a) {
return /* @__PURE__ */ e(
"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: "IconCurveEasing16",
"aria-hidden": "true",
...a,
children: /* @__PURE__ */ t("g", { fill: "currentColor", children: [
/* @__PURE__ */ e("path", { d: "M11.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m.5 1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 2a.5.5 0 0 0-1 0A2.5 2.5 0 0 1 8.5 11h-4a.5.5 0 0 0 0 1h4A3.5 3.5 0 0 0 12 8.5" }),
/* @__PURE__ */ e(
"path",
{
fillRule: "evenodd",
d: "M2 4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm2-1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1",
clipRule: "evenodd"
}
)
] })
}
);
}
const l = n(r);
export {
l as default
};
//# sourceMappingURL=IconCurveEasing16.es.js.map