UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications

20 lines (15 loc) 545 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 ArrowDownToLine = createLucideIcon("ArrowDownToLine", [ ["path", { d: "M12 17V3", key: "1cwfxf" }], ["path", { d: "m6 11 6 6 6-6", key: "12ii2o" }], ["path", { d: "M19 21H5", key: "150jfl" }] ]); module.exports = ArrowDownToLine; //# sourceMappingURL=arrow-down-to-line.js.map