UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 698 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const AlarmClockOff = (props) => React.createElement("svg", { className: "lucide lucide-alarm-clock-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M6.87 6.87a8 8 0 1011.26 11.26M19.9 14.25a8 8 0 00-9.15-9.15M22 6l-3-3M6.26 18.67L4 21M2 2l20 20M4 4L2 6" })); exports.default = AlarmClockOff;