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

13 lines (12 loc) 553 B
import { jsx as C } from "react/jsx-runtime"; import { SVG as a, Path as o } from "../template.js"; const m = ({ pathProps: r, ...t }) => /* @__PURE__ */ C(a, { ...t, children: /* @__PURE__ */ C( o, { d: "M21 5C21 6.65685 16.9706 8 12 8C7.02944 8 3 6.65685 3 5M21 5C21 3.34315 16.9706 2 12 2C7.02944 2 3 3.34315 3 5M21 5V19C21 20.66 17 22 12 22C7 22 3 20.66 3 19V5M21 9.72021C21 11.3802 17 12.7202 12 12.7202C7 12.7202 3 11.3802 3 9.72021M21 14.44C21 16.1 17 17.44 12 17.44C7 17.44 3 16.1 3 14.44", ...r } ) }); export { m as default };