UNPKG

@mithril-icons/devicon

Version:

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

23 lines (22 loc) 2.16 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 SketchOriginal = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "id": "Sketch", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#fdb300;}.cls-2{fill:#ea6c00;}.cls-3{fill:#fdad00;}.cls-4{fill:#fdd231;}.cls-5{fill:#feeeb7;}")), mithril_1.default("title", {}, "Artboard 12"), mithril_1.default("g", { "id": "original" }, mithril_1.default("path", { "class": "cls-1", "d": "M29.62,12.85,64,9.24l34.38,3.61L125,48.29,64,118.76,3,48.29Z" }), mithril_1.default("polygon", { "class": "cls-2", "points": "27.71 48.29 64 118.76 3 48.29 27.71 48.29" }), mithril_1.default("polygon", { "class": "cls-2", "points": "100.29 48.29 64 118.76 125 48.29 100.29 48.29" }), mithril_1.default("polygon", { "class": "cls-3", "points": "27.71 48.29 100.29 48.29 64 118.76 27.71 48.29" }), mithril_1.default("polygon", { "class": "cls-4", "points": "64 9.24 29.62 12.85 27.71 48.29 64 9.24" }), mithril_1.default("polygon", { "class": "cls-4", "points": "64 9.24 98.38 12.85 100.29 48.29 64 9.24" }), mithril_1.default("polygon", { "class": "cls-3", "points": "125 48.29 98.38 12.85 100.29 48.29 125 48.29" }), mithril_1.default("polygon", { "class": "cls-5", "points": "64 9.24 27.71 48.29 100.29 48.29 64 9.24" }), mithril_1.default("polygon", { "class": "cls-3", "points": "3 48.29 29.62 12.85 27.71 48.29 3 48.29" }))); } }; exports.default = SketchOriginal;