@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 896 B
JavaScript
import m from 'mithril';
const VagrantPlain = { view: ({ attrs }) => m("svg", Object.assign({ "id": "Vagrant", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("title", {}, "Artboard 14"), m("g", { "id": "plain" }, m("polygon", { "points": "122.51 23.9 122.51 12.82 95.91 28.29 95.91 37.64 74.64 83.55 63.99 90.88 63.99 124.49 86.8 111.34 122.51 23.9" }), m("polygon", { "points": "63.99 66.94 48.04 29.71 48.04 19.18 47.93 19.13 32.08 28.29 32.08 37.64 53.36 85.56 63.99 80.3 63.99 66.94" }), m("polygon", { "points": "106.56 3.51 79.97 19.08 79.95 19.07 79.95 19.09 79.95 19.09 79.95 19.09 79.95 29.71 63.99 66.94 63.99 79.39 53.36 85.56 32.08 37.64 32.08 28.27 48.05 19.09 21.45 3.51 5.49 12.82 5.49 24.23 41.4 111.44 63.99 124.49 63.99 91.73 74.64 85.56 74.5 85.48 95.91 37.64 95.91 28.29 95.92 28.27 122.51 12.82 106.56 3.51" }))) };
export default VagrantPlain;