@mithril-icons/devicon
Version:
Mithril icons generated from http://konpa.github.io/devicon/
4 lines (3 loc) • 703 B
JavaScript
import m from 'mithril';
const FacebookOriginal = { view: ({ attrs }) => m("svg", Object.assign({ "id": "facebook", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), m("defs", {}, m("style", {}, ".cls-1{fill:#3d5a98;}.cls-2{fill:#fff;}")), m("title", {}, "facebook"), m("g", { "id": "original" }, m("rect", { "id": "Blue", "class": "cls-1", "x": 4.83, "y": 4.83, "width": 118.35, "height": 118.35, "rx": 6.53, "ry": 6.53 }), m("path", { "id": "f", "class": "cls-2", "d": "M86.48,123.17V77.34h15.38l2.3-17.86H86.48V48.08c0-5.17,1.44-8.7,8.85-8.7h9.46v-16A126.56,126.56,0,0,0,91,22.7C77.38,22.7,68,31,68,46.31V59.48H52.62V77.34H68v45.83Z" }))) };
export default FacebookOriginal;