UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 745 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 AlarmBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 36a100 100 0 10100 100A100.11 100.11 0 00128 36zm0 176a76 76 0 1176-76 76.08 76.08 0 01-76 76zM32.49 72.49a12 12 0 11-17-17l32-32a12 12 0 1117 17zm208 0a12 12 0 01-17 0l-32-32a12 12 0 1117-17l32 32a12 12 0 010 17zM176 124a12 12 0 010 24h-48a12 12 0 01-12-12V88a12 12 0 0124 0v36z" })); exports.default = AlarmBold;