UNPKG

@mithril-icons/font-awesome

Version:

Mithril icons generated from https://fontawesome.com

4 lines (3 loc) 326 B
import m from 'mithril'; const Microsoft = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 448 512" }, attrs), m("path", { "d": "M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z" })) }; export default Microsoft;