lucide
Version:
A Lucide icon library package for web and javascript applications.
15 lines (12 loc) • 455 B
JavaScript
/**
* @license lucide v0.542.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const 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" }],
["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" }]
];
export { FastForward as default };
//# sourceMappingURL=fast-forward.js.map