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

7 lines (6 loc) 288 B
import { jsx as r } from "react/jsx-runtime"; import { SVG as M, Path as a } from "../template.js"; const m = ({ pathProps: t, ...o }) => /* @__PURE__ */ r(M, { ...o, children: /* @__PURE__ */ r(a, { d: "M3 21L21 3M3 21H9M3 21L3 15M21 3H15M21 3V9", ...t }) }); export { m as default };