@mithril-icons/clarity
Version:
Mithril icons generated from https://clarity.design/icons
4 lines (3 loc) • 1.4 kB
JavaScript
import m from 'mithril';
const VmwAppLine = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 36, "height": 36, "viewBox": "0 0 36 36", "preserveAspectRatio": "xMidYMid meet", "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink" }, attrs), m("title", {}, "vmw-app-line"), m("polygon", { "points": "28 22 30 22 30 30 22 30 22 28 20 28 20 32 32 32 32 20 28 20 28 22", "class": "clr-i-outline clr-i-outline-path-1" }), m("polygon", { "points": "14 30 6 30 6 22 8 22 8 20 4 20 4 32 16 32 16 28 14 28 14 30", "class": "clr-i-outline clr-i-outline-path-2" }), m("polygon", { "points": "8 14 6 14 6 6 14 6 14 8 16 8 16 4 4 4 4 16 8 16 8 14", "class": "clr-i-outline clr-i-outline-path-3" }), m("polygon", { "points": "20 4 20 8 22 8 22 6 30 6 30 14 28 14 28 16 32 16 32 4 20 4", "class": "clr-i-outline clr-i-outline-path-4" }), m("rect", { "x": 11, "y": 11, "width": 6, "height": 6, "class": "clr-i-outline clr-i-outline-path-5" }), m("rect", { "x": 19, "y": 11, "width": 6, "height": 6, "class": "clr-i-outline clr-i-outline-path-6" }), m("rect", { "x": 11, "y": 19, "width": 6, "height": 6, "class": "clr-i-outline clr-i-outline-path-7" }), m("rect", { "x": 19, "y": 19, "width": 6, "height": 6, "class": "clr-i-outline clr-i-outline-path-8" }), m("rect", { "x": 0, "y": 0, "width": 36, "height": 36, "fill-opacity": 0 })) };
export default VmwAppLine;