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) 438 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as V, Path as a } from "../template.js"; const m = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(V, { ...o, children: /* @__PURE__ */ r( a, { ...t, d: "M21 21H6.2C5.07989 21 4.51984 21 4.09202 20.782C3.71569 20.5903 3.40973 20.2843 3.21799 19.908C3 19.4802 3 18.9201 3 17.8V3M7 5.5V17.5M11.5 8.5V17.5M16 11.5V17.5M20.5 14.5V17.5" } ) }); export { m as default };