UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

17 lines (15 loc) 470 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/play.tsx import Icon from "../Icon"; var iconNode = [["polygon", { points: "6 3 20 12 6 21 6 3", key: "1oa8hb" }]]; var Play = (props) => <Icon {...props} iconNode={iconNode} name="play" />; var play_default = Play; export { play_default as default }; //# sourceMappingURL=play.jsx.map