UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.12 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 Alarm1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M5.353 2.614a.75.75 0 10-.868-1.223 13.07 13.07 0 00-3.159 3.186.75.75 0 101.23.857 11.57 11.57 0 012.797-2.82zM19.514 1.39a.75.75 0 00-.868 1.224 11.57 11.57 0 012.796 2.82.75.75 0 101.231-.857 13.068 13.068 0 00-3.159-3.186zM11.25 12V6.5a.75.75 0 011.5 0v5.19l2.608 2.608a.75.75 0 01-1.06 1.06l-2.829-2.828-.22-.53z", fill: "#323544" }), React.createElement("path", { d: "M11.468 12.529l-.218-.53c0 .207.083.394.218.53z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 12C2 6.477 6.477 2 12 2c5.522 0 10 4.477 10 10s-4.478 10-10 10C6.477 22 2 17.523 2 12zm10-8.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17z", fill: "#323544" })); exports.default = Alarm1;