lucide
Version:
A Lucide icon library package for web and javascript applications.
15 lines (12 loc) • 441 B
JavaScript
/**
* @license lucide v0.552.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.js.map