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) 484 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as e, Path as C } from "../template.js"; const m = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(e, { ...t, children: /* @__PURE__ */ r( C, { d: "M20.6621 17C18.933 19.989 15.7013 22 11.9999 22C6.47703 22 1.99988 17.5228 1.99988 12C1.99988 6.47715 6.47703 2 11.9999 2C15.7013 2 18.933 4.01099 20.6621 7M11.9999 8L7.99995 12M7.99995 12L11.9999 16M7.99995 12H21.9999", ...o } ) }); export { m as default };