UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

20 lines (18 loc) 582 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/pause.tsx import Icon from "../Icon"; var iconNode = [ ["rect", { x: "14", y: "4", width: "4", height: "16", rx: "1", key: "zuxfzm" }], ["rect", { x: "6", y: "4", width: "4", height: "16", rx: "1", key: "1okwgv" }] ]; var Pause = (props) => <Icon {...props} iconNode={iconNode} name="pause" />; var pause_default = Pause; export { pause_default as default }; //# sourceMappingURL=pause.jsx.map