UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

21 lines (16 loc) 615 B
/** * @license lucide-react-native v1.21.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 ClockArrowRight = createLucideIcon("ClockArrowRight", [ ["path", { d: "M12 6v6l2 1", key: "19cm8n" }], ["path", { d: "M13.5 21.885A10 10 0 1 1 22 12", key: "xgp8as" }], ["path", { d: "M14 18h8", key: "1le3fr" }], ["path", { d: "m18 22 4-4-4-4", key: "mordo3" }] ]); module.exports = ClockArrowRight; //# sourceMappingURL=clock-arrow-right.js.map