@mithril-icons/entypo
Version:
Mithril icons generated from http://www.entypo.com/
4 lines (3 loc) • 650 B
JavaScript
import m from 'mithril';
const NotificationsOff = { view: ({ attrs }) => m("svg", Object.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), m("g", {}, m("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" }))) };
export default NotificationsOff;