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) 447 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as o } from "../template.js"; const s = ({ pathProps: t, ...C }) => /* @__PURE__ */ r(e, { ...C, children: /* @__PURE__ */ r( o, { d: "M2 10C2 10 4.00498 7.26822 5.63384 5.63824C7.26269 4.00827 9.5136 3 12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.89691 21 4.43511 18.2543 3.35177 14.5M2 10V4M2 10H8", ...t } ) }); export { s as default };