UNPKG

@mithril-icons/font-awesome

Version:

Mithril icons generated from https://fontawesome.com

4 lines (3 loc) 273 B
import m from 'mithril'; const Egg = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 384 512" }, attrs), m("path", { "d": "M192 0C86 0 0 214 0 320s86 192 192 192 192-86 192-192S298 0 192 0z" })) }; export default Egg;