UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

20 lines (15 loc) 586 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 PlayOff = createLucideIcon("PlayOff", [ ["path", { d: "m10.215 4.56 9.79 5.71a2 2 0 0 1 .003 3.458l-.393.23", key: "fdtkwz" }], ["path", { d: "m16.042 16.042-8.034 4.686A2 2 0 0 1 5 19V5", key: "1c8hxg" }], ["path", { d: "m2 2 20 20", key: "1ooewy" }] ]); module.exports = PlayOff; //# sourceMappingURL=play-off.js.map