iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.02 kB
JavaScript
;
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 Alarm = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-alarm", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M8.5 5.5a.5.5 0 00-1 0v3.362l-1.429 2.38a.5.5 0 10.858.515l1.5-2.5A.5.5 0 008.5 9z" }),
React.createElement("path", { d: "M6.5 0a.5.5 0 000 1H7v1.07a7.001 7.001 0 00-3.273 12.474l-.602.602a.5.5 0 00.707.708l.746-.746A6.97 6.97 0 008 16a6.97 6.97 0 003.422-.892l.746.746a.5.5 0 00.707-.708l-.601-.602A7.001 7.001 0 009 2.07V1h.5a.5.5 0 000-1zm1.038 3.018a6 6 0 01.924 0 6 6 0 11-.924 0M0 3.5c0 .753.333 1.429.86 1.887A8.04 8.04 0 014.387 1.86 2.5 2.5 0 000 3.5M13.5 1c-.753 0-1.429.333-1.887.86a8.04 8.04 0 013.527 3.527A2.5 2.5 0 0013.5 1" }));
exports.default = Alarm;