UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.04 kB
"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 AlarmPlus = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-alarm-plus", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M16 6.072a8 8 0 11-11.995 7.213L4 13l.005-.285A8 8 0 0116 6.072zM12 10a1 1 0 00-1 1v1h-1l-.117.007A1 1 0 0010 14h1v1l.007.117A1 1 0 0013 15v-1h1l.117-.007A1 1 0 0014 12h-1v-1l-.007-.117A1 1 0 0012 10z" }), React.createElement("path", { d: "M6.412 3.191A1 1 0 017.685 4.73l-.097.08-2.75 2a1 1 0 01-1.273-1.54l.097-.08 2.75-2zM16.191 3.412a1 1 0 011.291-.288l.106.067 2.75 2a1 1 0 01-1.07 1.685l-.106-.067-2.75-2a1 1 0 01-.22-1.397z" })); exports.default = AlarmPlus;