lucide-react
Version:
A Lucide icon library package for React applications.
24 lines (20 loc) • 669 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "play-off",
size: 24,
node: [
["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" }]
]
};
__iconData.node;
const PlayOff = createLucideIcon(__iconData);
export { __iconData, PlayOff as default };
//# sourceMappingURL=play-off.mjs.map