@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.03 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: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconGradient12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M1 6v1.586l4.768-4.768a.5.5 0 0 1 .707.707L1.147 8.854A.5.5 0 0 1 1 8.955V9.5a.5.5 0 0 0 .5.5h.086l4.182-4.182a.5.5 0 1 1 .707.707L3 10h1.595l.051-.06 1.122-1.122a.5.5 0 0 1 .707.707L6 10h4.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H5zm.5 5h9A1.5 1.5 0 0 0 12 9.5v-7A1.5 1.5 0 0 0 10.5 1h-9A1.5 1.5 0 0 0 0 2.5v7A1.5 1.5 0 0 0 1.5 11m2.086-9L1 4.586V2.5a.5.5 0 0 1 .5-.5z",
clipRule: "evenodd"
}
)
}
);
}
const i = a(n);
export {
i as default
};
//# sourceMappingURL=IconGradient12.es.js.map