@frontify/fondue
Version:
Design system of Frontify
33 lines (32 loc) • 1.16 kB
JavaScript
import { jsx as e, jsxs as a } from "react/jsx-runtime";
import { memo as n } from "react";
function r(t) {
return /* @__PURE__ */ e(
"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: "IconCurveEasing20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ a("g", { fill: "currentColor", children: [
/* @__PURE__ */ e("path", { d: "M14.25 6.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M15 8.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m.042 3a.75.75 0 0 0-1.5 0 1.75 1.75 0 0 1-1.75 1.75H5.75a.75.75 0 0 0 0 1.5h6.042a3.25 3.25 0 0 0 3.25-3.25" }),
/* @__PURE__ */ e(
"path",
{
fillRule: "evenodd",
d: "M2 4.5A2.5 2.5 0 0 1 4.5 2h11A2.5 2.5 0 0 1 18 4.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 15.5zm2.5-1h11a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1v-11a1 1 0 0 1 1-1",
clipRule: "evenodd"
}
)
] })
}
);
}
const l = n(r);
export {
l as default
};
//# sourceMappingURL=IconCurveEasing20.es.js.map