UNPKG

@mithril-icons/devicon

Version:

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

4 lines (3 loc) 510 B
import m from 'mithril'; const VuejsPlain = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "height": 128, "viewBox": "0 0 128 128", "width": 128, "version": 1.1 }, attrs), m("g", { "transform": "matrix(.31919 0 0 .31919 .31532 .63390)" }, m("path", { "fill": "#35495e", "d": "m-0.9879 26.003 156.19 0.497 44.8 76.49 44.8-76.49 155.23-0.495-199.99 345.04zm397.84 1.997-76.35 0.065-120.53 206.94-120.47-206.94-77.54-0.06 198.04 338.01z" }))) }; export default VuejsPlain;