@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function n(t) {
return /* @__PURE__ */ e(
"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: "IconGradient32",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5 16.914v3.258L15.243 9.929a1 1 0 1 1 1.414 1.414L5.343 22.657a1 1 0 0 1-.177.141A2 2 0 0 0 7 24h.172l8.07-8.071a1 1 0 0 1 1.415 1.414L10 24h3.086l2.207-2.207a1 1 0 0 1 1.414 1.414l-.793.793H25a2 2 0 0 0 2-2V10a2 2 0 0 0-2-2H13.914zM13.5 6H25a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V10a4 4 0 0 1 4-4zM5 14.086V10a2 2 0 0 1 2-2h4.086z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(n);
export {
i as default
};
//# sourceMappingURL=IconGradient32.es.js.map