UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

20 lines (18 loc) 582 B
/** * @license lucide-solid v0.536.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/pause.tsx import Icon from "../Icon"; var iconNode = [ ["rect", { x: "14", y: "3", width: "5", height: "18", rx: "1", key: "kaeet6" }], ["rect", { x: "5", y: "3", width: "5", height: "18", rx: "1", key: "1wsw3u" }] ]; var Pause = (props) => <Icon {...props} iconNode={iconNode} name="pause" />; var pause_default = Pause; export { pause_default as default }; //# sourceMappingURL=pause.jsx.map