iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.5 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 AlarmClock = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.653 9.892c0 3.062-1.79 5.685-4.368 6.949l.9 1.139c.2.252.081.574-.264.72-.345.146-.787.059-.987-.193l-.933-1.18c-.678.193-1.38.33-2.12.33-.74 0-1.441-.137-2.12-.33l-.932 1.18c-.2.252-.641.339-.987.193-.345-.145-.464-.468-.264-.72l.9-1.14C3.9 15.578 2.11 12.955 2.11 9.893c0-4.289 3.48-7.766 7.772-7.766 4.291 0 7.771 3.477 7.771 7.766zM9.882 3.236A6.659 6.659 0 0 0 3.22 9.892a6.658 6.658 0 0 0 6.662 6.656 6.658 6.658 0 0 0 6.66-6.656 6.659 6.659 0 0 0-6.66-6.656zm3.885 7.76H9.35c-.008 0-.015.005-.024.005a.543.543 0 0 1-.446-.243.53.53 0 0 1-.11-.311l.002-.012V6.009a.555.555 0 0 1 1.11 0v3.888h3.885c.308 0 .558.246.558.55 0 .303-.25.55-.558.55zm-9.992-8.87c-.92 0-1.665.746-1.665 1.664 0 .276.083.525.202.754l-.808.834A2.754 2.754 0 0 1 1 3.79a2.774 2.774 0 0 1 4.293-2.317L4.49 2.3a1.638 1.638 0 0 0-.714-.174zm12.575.005c-.25 0-.48.071-.692.179l-.78-.846A2.585 2.585 0 0 1 16.349 1c1.487 0 2.692 1.266 2.692 2.828 0 .603-.182 1.16-.489 1.619l-.784-.85c.116-.234.197-.487.197-.769 0-.937-.723-1.697-1.615-1.697z", fill: "#000", fillRule: "evenodd" }));
exports.default = AlarmClock;