@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.02 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as a } from "react";
function l(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: "IconGradient16",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M5.414 3H7L2 8V6.405l.06-.051zM4 3 2 5V4a1 1 0 0 1 1-1zm1.207-1H3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm2.207 11H13a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H8.005a.5.5 0 0 1-.116.525L2.061 9.354 2 9.405V11l5.182-5.182a.5.5 0 0 1 .707.707l-5.826 5.826A1 1 0 0 0 3 13l4.182-4.182a.5.5 0 0 1 .707.707L4.414 13H6l1.182-1.182a.5.5 0 0 1 .707.707z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(l);
export {
i as default
};
//# sourceMappingURL=IconGradient16.es.js.map