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

13 lines (12 loc) 520 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as M } from "../template.js"; const m = ({ pathProps: t, ...C }) => /* @__PURE__ */ r(o, { ...C, children: /* @__PURE__ */ r( M, { d: "M22 12H18M6 12H2M12 6V2M12 22V18M20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4C16.4183 4 20 7.58172 20 12ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z", ...t } ) }); export { m as default };