UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

19 lines (14 loc) 517 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 CircleCheckBig = createLucideIcon("CircleCheckBig", [ ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }], ["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }] ]); module.exports = CircleCheckBig; //# sourceMappingURL=circle-check-big.js.map