UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

27 lines (22 loc) 696 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 Ad = createLucideIcon("Ad", [ ["path", { d: "M10 13H6", key: "18d9xh" }], ["path", { d: "M10 15v-4a2 2 0 0 0-4 0v4", key: "ss28p3" }], [ "path", { d: "M14 14.5a.5.5 0 0 0 .5.5h1a2.5 2.5 0 0 0 2.5-2.5v-1A2.5 2.5 0 0 0 15.5 9h-1a.5.5 0 0 0-.5.5z", key: "b3f847" } ], ["rect", { x: "2", y: "5", width: "20", height: "14", rx: "2", key: "qneu4z" }] ]); module.exports = Ad; //# sourceMappingURL=ad.js.map