@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.21 kB
JavaScript
import { jsx as a } from "react/jsx-runtime";
import { memo as t } from "react";
function r(e) {
return /* @__PURE__ */ a(
"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: "IconRuler24",
"aria-hidden": "true",
...e,
children: /* @__PURE__ */ a(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M6.5 11V4a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1.5H9.75a.75.75 0 0 0 0 1.5h1.75v1.5H9.75a.75.75 0 0 0 0 1.5h1.75v1zM5 11V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v7h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7v1a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-1H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2zm1.5 9v-1h5v1a.5.5 0 0 1-.5.5H7a.5.5 0 0 1-.5-.5M20 17.5H4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1.5v1.75a.75.75 0 0 0 1.5 0V12.5h1.5v1.75a.75.75 0 0 0 1.5 0V12.5h1.5v1.75a.75.75 0 0 0 1.5 0V12.5h1.5v1.75a.75.75 0 0 0 1.5 0V12.5h1.5v1.75a.75.75 0 0 0 1.5 0V12.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5",
clipRule: "evenodd"
}
)
}
);
}
const o = t(r);
export {
o as default
};
//# sourceMappingURL=IconRuler24.es.js.map