claude-web/node_modules/lucide-vue-next/dist/esm/icons/video.js

17 lines
492 B
JavaScript

/**
* @license lucide-vue-next v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const Video = createLucideIcon("VideoIcon", [
["path", { d: "m22 8-6 4 6 4V8Z", key: "50v9me" }],
["rect", { width: "14", height: "12", x: "2", y: "6", rx: "2", ry: "2", key: "1rqjg6" }]
]);
export { Video as default };
//# sourceMappingURL=video.js.map