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) • 1.26 kB
JavaScript
import { jsx as C } from "react/jsx-runtime";
import { SVG as t, Path as e } from "../template.js";
const n = ({ pathProps: r, ...o }) => /* @__PURE__ */ C(t, { ...o, children: /* @__PURE__ */ C(
e,
{
d: "M18.2451 7.99993C19.036 9.13376 19.4998 10.5127 19.4998 11.9999C19.4998 13.4872 19.036 14.8661 18.2451 15.9999M12.1343 5.36561L8.96863 8.5313C8.79568 8.70425 8.7092 8.79073 8.60828 8.85257C8.51881 8.9074 8.42127 8.9478 8.31923 8.9723C8.20414 8.99993 8.08185 8.99993 7.83726 8.99993H6.1C5.53995 8.99993 5.25992 8.99993 5.04601 9.10892C4.85785 9.20479 4.70487 9.35777 4.60899 9.54594C4.5 9.75985 4.5 10.0399 4.5 10.5999V13.3999C4.5 13.96 4.5 14.24 4.60899 14.4539C4.70487 14.6421 4.85785 14.7951 5.04601 14.8909C5.25992 14.9999 5.53995 14.9999 6.1 14.9999H7.83726C8.08185 14.9999 8.20414 14.9999 8.31923 15.0276C8.42127 15.0521 8.51881 15.0925 8.60828 15.1473C8.7092 15.2091 8.79568 15.2956 8.96863 15.4686L12.1343 18.6342C12.5627 19.0626 12.7769 19.2768 12.9608 19.2913C13.1203 19.3038 13.2763 19.2392 13.3802 19.1175C13.5 18.9773 13.5 18.6744 13.5 18.0686V5.9313C13.5 5.32548 13.5 5.02257 13.3802 4.88231C13.2763 4.76061 13.1203 4.69602 12.9608 4.70858C12.7769 4.72305 12.5627 4.93724 12.1343 5.36561Z",
...r
}
) });
export {
n as default
};