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) 485 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as m } from "../template.js"; const d = ({ pathProps: t, ...e }) => /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r( m, { 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", ...t } ) }); export { d as default };