UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

21 lines (16 loc) 602 B
/** * @license lucide-react-native v1.18.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 ListIndentIncrease = createLucideIcon("ListIndentIncrease", [ ["path", { d: "M21 5H11", key: "us1j55" }], ["path", { d: "M21 12H11", key: "wd7e0v" }], ["path", { d: "M21 19H11", key: "saa85w" }], ["path", { d: "m3 8 4 4-4 4", key: "1a3j6y" }] ]); module.exports = ListIndentIncrease; //# sourceMappingURL=list-indent-increase.js.map