@mithril-icons/entypo
Version:
Mithril icons generated from http://www.entypo.com/
4 lines (3 loc) • 430 B
JavaScript
import m from 'mithril';
const ProgressEmpty = { 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-progress-empty", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M18 5H2C.9 5 0 5.9 0 7v6c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 8H2V7h16v6z" }))) };
export default ProgressEmpty;