@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 968 B
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: 20,
height: 20,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCode20",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.561 14.5a.75.75 0 0 1-1.06 0l-3.97-3.97L1 10l.53-.53L5.5 5.5a.75.75 0 1 1 1.061 1.06L3.121 10l3.44 3.44a.75.75 0 0 1 0 1.06m6.88-9a.75.75 0 0 1 1.061 0l3.97 3.97.53.53-.53.53-3.97 3.97a.75.75 0 0 1-1.06-1.06l3.44-3.44-3.44-3.44a.75.75 0 0 1 0-1.06m-1.197.825a.75.75 0 0 0-1.4-.538L7.86 13.56a.75.75 0 0 0 1.4.538z",
clipRule: "evenodd"
}
)
}
);
}
const s = l(o);
export {
s as default
};
//# sourceMappingURL=IconCode20.es.js.map