@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 1.27 kB
JavaScript
import m from 'mithril';
const DeviconOriginal = { view: ({ attrs }) => m("svg", Object.assign({ "id": "Devicon", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#558d6c;}.cls-2{fill:#5aa579;}.cls-3{fill:#60be86;}.cls-4{fill:#65d693;}")), m("title", {}, "Artboard 15"), m("g", { "id": "original" }, m("polygon", { "class": "cls-1", "points": "4.92 8 15.09 95.05 64 119.95 64 8 4.92 8" }), m("polygon", { "class": "cls-2", "points": "64 8 64 8.02 64 119.95 64.05 120 112.98 95.09 123.08 8 64 8" }), m("polygon", { "class": "cls-3", "points": "18.84 22.11 25.33 87.29 64 105.97 64 22.11 18.84 22.11" }), m("polygon", { "class": "cls-4", "points": "64 22.11 64 22.11 64 105.97 64.05 106.02 102.74 87.26 109.16 22.11 64 22.11" }), m("path", { "class": "cls-2", "d": "M105.72,54.9,73.14,39.42l-1.83-.9-1.12,2.28L64,53.41V68.3l9.15-18.08,21.5,9.57L71.56,70.16l-.87.47,0,1.56v6.18l0,3.14L73,80.38l32.78-15.69a2,2,0,0,0,.92-2V56.91A2,2,0,0,0,105.72,54.9Z" }), m("path", { "class": "cls-1", "d": "M56,69.39l-21.79-9.6L57.51,49.42l1.76-.7,0-1.33V37.76L55.87,39.2,21.94,54.89a2.26,2.26,0,0,0-1.28,2v5.77a2.22,2.22,0,0,0,1.24,2L55.34,80.18l2,.9,1.21-2.26L64,68.3V53.41Z" }))) };
export default DeviconOriginal;