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) 516 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as C, Path as m } from "../template.js"; const a = ({ pathProps: o, ...t }) => /* @__PURE__ */ r(C, { ...t, children: /* @__PURE__ */ r( m, { d: "M12 4C10.6193 4 9.5 5.11929 9.5 6.5C9.5 7.88071 10.6193 9 12 9C13.3807 9 14.5 7.88071 14.5 6.5C14.5 5.11929 13.3807 4 12 4ZM12 4V2M21 14.9375C18.8012 17.4287 15.5841 19 12 19C8.41592 19 5.19883 17.4287 3 14.9375M10.7448 8.66169L3 22M13.2552 8.66169L21 22", ...o } ) }); export { a as default };