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) 541 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 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z", ...t } ), /* @__PURE__ */ r(C, { d: "M12 22C16 18 20 14.4183 20 10C20 5.58172 16.4183 2 12 2C7.58172 2 4 5.58172 4 10C4 14.4183 8 18 12 22Z" }) ] }); export { i as default };