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) 272 B
import { jsx as t } from "react/jsx-runtime"; import { SVG as i, Path as e } from "../template.js"; const c = ({ pathProps: r, ...o }) => /* @__PURE__ */ t(i, { ...o, children: /* @__PURE__ */ t(e, { d: "M22 12H18L15 21L9 3L6 12H2", ...r }) }); export { c as default };