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) 404 B
import { jsx as t } from "react/jsx-runtime"; import { SVG as M, Path as e } from "../template.js"; const m = ({ pathProps: r, ...o }) => /* @__PURE__ */ t(M, { ...o, children: /* @__PURE__ */ t( e, { d: "M12 3V5M5.31412 7.31412L3.8999 5.8999M18.6858 7.31412L20.1 5.8999M6 15C6 11.6863 8.68629 9 12 9C15.3137 9 18 11.6863 18 15M22 15H2M19 19H5", ...r } ) }); export { m as default };