17 lines
485 B
JavaScript
17 lines
485 B
JavaScript
|
|
/**
|
||
|
|
* @license lucide-react v0.300.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("Video", [
|
||
|
|
["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
|