UNPKG

@mithril-icons/devicon

Version:

Mithril icons generated from http://konpa.github.io/devicon/

4 lines (3 loc) 1.03 kB
import m from 'mithril'; const ElmPlain = { view: ({ attrs }) => m("svg", Object.assign({ "id": "Elm", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#34495e;}")), m("title", {}, "Artboard 14"), m("g", { "id": "plain" }, m("polygon", { "class": "cls-1", "points": "64 60.74 89.65 35.09 38.35 35.09 64 60.74" }), m("polygon", { "class": "cls-1", "points": "7.91 4.65 33.74 30.49 89.91 30.49 64.07 4.65 7.91 4.65" }), m("rect", { "class": "cls-1", "x": 75.42, "y": 44.17, "width": 39.71, "height": 39.53, "transform": "translate(-17.3 86.09) rotate(-45)" }), m("polygon", { "class": "cls-1", "points": "123.35 57.42 123.35 4.65 70.58 4.65 123.35 57.42" }), m("polygon", { "class": "cls-1", "points": "60.74 64 4.65 7.91 4.65 120.1 60.74 64" }), m("polygon", { "class": "cls-1", "points": "98.47 95.21 123.35 120.1 123.35 70.33 98.47 95.21" }), m("polygon", { "class": "cls-1", "points": "64 67.26 7.91 123.35 120.09 123.35 64 67.26" }))) }; export default ElmPlain;