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

25 lines (24 loc) 720 B
import { jsxs as m, jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as e } from "../template.js"; const f = ({ pathProps: C, ...t }) => /* @__PURE__ */ m(o, { ...t, children: [ /* @__PURE__ */ r( e, { d: "M14.5 4.5C14.5 3.11929 13.3807 2 12 2C10.6193 2 9.5 3.11929 9.5 4.5V13.7578C8.29401 14.565 7.5 15.9398 7.5 17.5C7.5 19.9853 9.51472 22 12 22C14.4853 22 16.5 19.9853 16.5 17.5C16.5 15.9398 15.706 14.565 14.5 13.7578V4.5Z", ...C } ), /* @__PURE__ */ r( e, { d: "M12 18.5C12.5523 18.5 13 18.0523 13 17.5C13 16.9477 12.5523 16.5 12 16.5C11.4477 16.5 11 16.9477 11 17.5C11 18.0523 11.4477 18.5 12 18.5Z", ...C } ) ] }); export { f as default };