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) 551 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as t, Path as o } from "../template.js"; const p = ({ pathProps: C, ...e }) => /* @__PURE__ */ r(t, { ...e, children: /* @__PURE__ */ r( o, { d: "M5 12C5 8.13401 8.13401 5 12 5M16.4999 7.5L11.9999 12M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z", ...C } ) }); export { p as default };