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) 466 B
import { jsx as H } from "react/jsx-runtime"; import { SVG as t, Path as e } from "../template.js"; const a = ({ pathProps: M, ...r }) => /* @__PURE__ */ H(t, { ...r, children: /* @__PURE__ */ H( e, { d: "M3 3H3.01M3 21H3.01M3 16.5H3.01M3 7.5H3.01M7.5 3H7.51M7.5 21H7.51M16.5 3H16.51M16.5 21H16.51M12 3H12.01M12 21H12.01M12 16.5H12.01M12 7.5H12.01M21 3H21.01M21 21H21.01M21 16.5H21.01M21 7.5H21.01M21 12H3", ...M } ) }); export { a as default };