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) 558 B
import { jsxs as e, jsx as r } from "react/jsx-runtime"; import { SVG as s, Path as C } from "../template.js"; const i = ({ pathProps: t, ...o }) => /* @__PURE__ */ e(s, { ...o, children: [ /* @__PURE__ */ r( C, { d: "M12 12.5C13.6569 12.5 15 11.1569 15 9.5C15 7.84315 13.6569 6.5 12 6.5C10.3431 6.5 9 7.84315 9 9.5C9 11.1569 10.3431 12.5 12 12.5Z", ...t } ), /* @__PURE__ */ r(C, { d: "M12 22C14 18 20 15.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 15.4183 10 18 12 22Z" }) ] }); export { i as default };