Files
Fluxup_PAP/node_modules/lucide-react-native/dist/cjs/icons/fast-forward.js
2026-03-10 16:18:05 +00:00

25 lines
624 B
JavaScript

/**
* @license lucide-react-native v0.563.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const FastForward = createLucideIcon("FastForward", [
[
"path",
{ d: "M12 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 12 18z", key: "b19h5q" }
],
[
"path",
{ d: "M2 6a2 2 0 0 1 3.414-1.414l6 6a2 2 0 0 1 0 2.828l-6 6A2 2 0 0 1 2 18z", key: "h7h5ge" }
]
]);
module.exports = FastForward;
//# sourceMappingURL=fast-forward.js.map