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

10 lines (9 loc) 281 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as i, Path as e } from "../template.js"; const n = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(i, { ...o, children: /* @__PURE__ */ r(e, { d: "M21 10H3M21 18H3M21 6H3M21 14H3", ...t }) }); export { n as default };