UNPKG

@mithril-icons/font-awesome

Version:

Mithril icons generated from https://fontawesome.com

4 lines (3 loc) 242 B
import m from 'mithril'; const SquareFull = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 512 512" }, attrs), m("path", { "d": "M512 512H0V0h512v512z" })) }; export default SquareFull;