@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.42 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
function o(t) {
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: "IconCloudArrowUp16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "m12.9 7.615-.064.539.416.348c.467.39.748.95.748 1.562 0 1.114-.957 2.092-2.23 2.092H4.23c-1.273 0-2.23-.978-2.23-2.092 0-.758.433-1.442 1.118-1.813l.607-.329-.092-.684a2 2 0 0 1-.018-.266c0-1.114.957-2.091 2.231-2.091q.183 0 .356.026l.443.066.344-.285a3.68 3.68 0 0 1 2.357-.838c2.018 0 3.577 1.554 3.577 3.38q0 .196-.023.385m-1.13 5.54H4.23c-1.784 0-3.23-1.383-3.23-3.091 0-1.155.662-2.162 1.642-2.693a3 3 0 0 1-.027-.399c0-1.707 1.447-3.091 3.231-3.091q.258 0 .505.037A4.68 4.68 0 0 1 9.346 2.85c2.528 0 4.577 1.961 4.577 4.38q0 .256-.03.504A3.03 3.03 0 0 1 15 10.064c0 1.707-1.447 3.092-3.23 3.092M5.878 8.83a.5.5 0 0 1 0-.708l1.768-1.767L8 6l.354.354 1.768 1.767a.5.5 0 1 1-.708.708L8.5 7.914v2.336a.5.5 0 0 1-1 0V7.915l-.914.914a.5.5 0 0 1-.707 0",
clipRule: "evenodd"
}
)
}
);
}
const n = l(o);
export {
n as default
};
//# sourceMappingURL=IconCloudArrowUp16.es.js.map