UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications

20 lines (15 loc) 596 B
/** * @license lucide-react-native v0.488.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 CircleArrowOutDownRight = createLucideIcon("CircleArrowOutDownRight", [ ["path", { d: "M12 22a10 10 0 1 1 10-10", key: "130bv5" }], ["path", { d: "M22 22 12 12", key: "131aw7" }], ["path", { d: "M22 16v6h-6", key: "1gvm70" }] ]); module.exports = CircleArrowOutDownRight; //# sourceMappingURL=circle-arrow-out-down-right.js.map