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) 560 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as o, Path as C } from "../template.js"; const e = ({ pathProps: M, ...t }) => /* @__PURE__ */ r(o, { ...t, children: /* @__PURE__ */ r( C, { d: "M21 14V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H14M10 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V10M15 9L21 3M21 3H15M21 3V9M9 15L3 21M3 21H9M3 21L3 15", ...M } ) }); export { e as default };