UNPKG

@mithril-icons/font-awesome

Version:

Mithril icons generated from https://fontawesome.com

4 lines (3 loc) 331 B
import m from 'mithril'; const Vuejs = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 448 512" }, attrs), m("path", { "d": "M356.9 64.3H280l-56 88.6-48-88.6H0L224 448 448 64.3h-91.1zm-301.2 32h53.8L224 294.5 338.4 96.3h53.8L224 384.5 55.7 96.3z" })) }; export default Vuejs;