UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

20 lines (18 loc) 537 B
/** * @license lucide-solid v0.488.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/blend.tsx import Icon from "../Icon"; var iconNode = [ ["circle", { cx: "9", cy: "9", r: "7", key: "p2h5vp" }], ["circle", { cx: "15", cy: "15", r: "7", key: "19ennj" }] ]; var Blend = (props) => <Icon {...props} iconNode={iconNode} name="blend" />; var blend_default = Blend; export { blend_default as default }; //# sourceMappingURL=blend.jsx.map