UNPKG

untitledui-js-base

Version:

A simple library with a fully customizable collection of untitledui icons with out of the box support for framer motion

16 lines (15 loc) 464 B
import { jsx as M } from "react/jsx-runtime"; import { SVG as t, Path as o } from "../template.js"; const e = ({ pathProps: H, ...r }) => /* @__PURE__ */ M(t, { ...r, children: /* @__PURE__ */ M( o, { d: "M7.5 3H7.51M7.5 12H7.51M7.5 21H7.51M16.5 3H16.51M16.5 12H16.51M16.5 21H16.51M12 3H12.01M12 12H12.01M12 21H12.01M12 16.5H12.01M12 7.5H12.01M3 3H3.01M3 12H3.01M3 21H3.01M3 16.5H3.01M3 7.5H3.01M21 21V3", ...H } ) }); export { e as default };