UNPKG

@mithril-icons/entypo

Version:

Mithril icons generated from http://www.entypo.com/

23 lines (22 loc) 1.37 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var mithril_1 = __importDefault(require("mithril")); var NotificationsOff = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", "viewBox": "0 0 20 20", "id": "entypo-notifications-off", "width": 20, "height": 20 }, attrs), mithril_1.default("g", {}, mithril_1.default("path", { "d": "M18.8 17.4c.2.2.2.5 0 .7l-.7.7c-.2.2-.5.2-.7 0L1.2 2.6c-.2-.2-.2-.5 0-.7l.7-.7c.2-.2.5-.2.7 0l16.2 16.2zM16 7c1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3 1.3 3 3 3zm-1 1.4v3.8l2 2V8.4c-.3.1-.7.1-1 .1s-.7 0-1-.1zM11.6 5c-.1-.3-.1-.7-.1-1 0-.3 0-.7.1-1H5.8l2 2h3.8zM5 15V7.8l-2-2V15c0 1.1.9 2 2 2h9.2l-2-2H5z" }))); } }; exports.default = NotificationsOff;