UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

19 lines (14 loc) 526 B
/** * @license lucide-react-native v0.577.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 Brackets = createLucideIcon("Brackets", [ ["path", { d: "M16 3h3a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-3", key: "1kt8lf" }], ["path", { d: "M8 21H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3", key: "gduv9" }] ]); module.exports = Brackets; //# sourceMappingURL=brackets.js.map