lucide-preact
Version:
A Lucide icon library package for Preact applications.
18 lines (14 loc) • 570 B
JavaScript
/**
* @license lucide-preact v1.25.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 PlayOff = createLucideIcon("play-off", [
["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" }]
]);
export { PlayOff as default };
//# sourceMappingURL=play-off.mjs.map