UNPKG

@mithril-icons/devicon

Version:

Mithril icons generated from http://konpa.github.io/devicon/

23 lines (22 loc) 1.49 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var mithril_1 = __importDefault(require("mithril")); var FacebookOriginal = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "id": "facebook", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#3d5a98;}.cls-2{fill:#fff;}")), mithril_1.default("title", {}, "facebook"), mithril_1.default("g", { "id": "original" }, mithril_1.default("rect", { "id": "Blue", "class": "cls-1", "x": 4.83, "y": 4.83, "width": 118.35, "height": 118.35, "rx": 6.53, "ry": 6.53 }), mithril_1.default("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" }))); } }; exports.default = FacebookOriginal;