@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.1 kB
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { memo as t } from "react";
function l(e) {
return /* @__PURE__ */ o(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 32,
height: 32,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCloudArrowDown32",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ o(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m24.957 15.25-.12 1.044.792.691A4 4 0 0 1 23 24H9a4 4 0 0 1-1.966-7.485l1.171-.662-.172-1.334a4 4 0 0 1 4.594-4.47l.918.144.702-.609a6.5 6.5 0 0 1 10.71 5.666M3 20a6 6 0 0 1 3.05-5.226 6 6 0 0 1 6.888-6.702 8.5 8.5 0 0 1 14.007 7.406A6 6 0 0 1 23 26H8.999a6 6 0 0 1-6-6m9.111-3.646a1 1 0 0 0 0 1.414l3.182 3.182.707.707.707-.707 3.182-3.182a1 1 0 0 0-1.414-1.414L17 17.828V13.5a1 1 0 1 0-2 0v4.328l-1.475-1.474a1 1 0 0 0-1.414 0",
clipRule: "evenodd"
}
)
}
);
}
const s = t(l);
export {
s as default
};
//# sourceMappingURL=IconCloudArrowDown32.es.js.map