UNPKG

@mithril-icons/devicon

Version:

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

23 lines (22 loc) 1.57 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 CakephpPlain = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "id": "Devicon", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#d43d44;}")), mithril_1.default("title", {}, "Artboard 12"), mithril_1.default("g", { "id": "original" }, mithril_1.default("path", { "class": "cls-1", "d": "M2,73.69V93c0,10.69,27.75,19.35,62,19.35V93C29.75,93,2,84.36,2,73.69Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M64,54.34l48.5,12c8.44-3.3,13.51-7.5,13.51-12V35c0-10.68-27.76-19.35-62-19.35S2,24.29,2,35V54.34C2,65,29.75,73.69,64,73.69V54.34Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M112.49,85.74,64,73.69V93l48.5,12.05C120.93,101.78,126,97.59,126,93V73.69C126,78.24,120.93,82.43,112.49,85.74Z" }))); } }; exports.default = CakephpPlain;