@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 995 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: 24,
height: 24,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconCode24",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M14.385 7.709a.75.75 0 1 0-1.4-.538l-3.428 8.93a.75.75 0 0 0 1.4.537zm-6.323 9.296a.75.75 0 0 1-1.06 0L2.53 12.534l-.53-.53.53-.53 4.471-4.472a.75.75 0 0 1 1.06 1.061l-3.94 3.94 3.94 3.941a.75.75 0 0 1 0 1.06m7.88-10.003a.75.75 0 0 1 1.061 0l4.471 4.471.53.53-.53.53-4.47 4.472a.75.75 0 0 1-1.061-1.061l3.94-3.94-3.94-3.94a.75.75 0 0 1 0-1.062",
clipRule: "evenodd"
}
)
}
);
}
const s = l(o);
export {
s as default
};
//# sourceMappingURL=IconCode24.es.js.map