@frontify/fondue
Version:
Design system of Frontify
34 lines (33 loc) • 1.31 kB
JavaScript
import { jsx as e, jsxs as t } from "react/jsx-runtime";
import { memo as o } from "react";
function n(l) {
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: "IconCode12",
"aria-hidden": "true",
...l,
children: /* @__PURE__ */ t("g", { fill: "none", children: [
/* @__PURE__ */ e("g", { clipPath: "url(#Code12)", children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M3.707 8.997a.5.5 0 0 1-.708 0L.353 6.351l-.354-.354.354-.354 2.646-2.646a.5.5 0 0 1 .708.707L1.413 5.997 3.707 8.29a.5.5 0 0 1 0 .707m4.586-6a.5.5 0 0 1 .707 0l2.647 2.646.354.354-.354.354L9 8.997a.5.5 0 0 1-.707-.707l2.293-2.293-2.293-2.293a.5.5 0 0 1 0-.707m-.798.55a.5.5 0 0 0-.933-.359L4.572 8.37a.5.5 0 0 0 .934.359z",
clipRule: "evenodd"
}
) }),
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ e("clipPath", { id: "Code12", children: /* @__PURE__ */ e("path", { fill: "#fff", d: "M0 0h12v12H0z" }) }) })
] })
}
);
}
const d = o(n);
export {
d as default
};
//# sourceMappingURL=IconCode12.es.js.map