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) 466 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as a, Path as o } from "../template.js"; const s = ({ pathProps: t, ...C }) => /* @__PURE__ */ r(a, { ...C, children: /* @__PURE__ */ r( 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 12C21 13.66 17 15 12 15C7 15 3 13.66 3 12", ...t } ) }); export { s as default };