Files
project_SIG/node_modules/lucide/dist/esm/icons/rewind.mjs
T
2026-06-11 02:31:09 +00:00

15 lines
441 B
JavaScript

/**
* @license lucide v1.17.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Rewind = [
["path", { d: "M12 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 12 18z" }],
["path", { d: "M22 6a2 2 0 0 0-3.414-1.414l-6 6a2 2 0 0 0 0 2.828l6 6A2 2 0 0 0 22 18z" }]
];
export { Rewind as default };
//# sourceMappingURL=rewind.mjs.map