UNPKG

@mithril-icons/devicon

Version:

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

23 lines (22 loc) 2.77 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 JasminePlain = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "id": "Layer_1", "data-name": "Layer 1", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#8a4182;}")), mithril_1.default("title", {}, "jasmine-plain"), mithril_1.default("g", { "id": "plain" }, mithril_1.default("polygon", { "class": "cls-1", "points": "68.49 52.7 59.05 52.7 56.5 49.42 56.5 23.7 70.88 23.7 70.88 49.42 68.49 52.7" }), mithril_1.default("polygon", { "class": "cls-1", "points": "55.72 55.1 52.8 64.08 48.9 65.49 24.43 57.54 28.88 43.87 53.34 51.81 55.72 55.1" }), mithril_1.default("polygon", { "class": "cls-1", "points": "54.04 67.74 61.68 73.29 61.81 77.43 46.7 98.25 35.06 89.8 50.19 68.98 54.04 67.74" }), mithril_1.default("polygon", { "class": "cls-1", "points": "65.76 73.33 73.41 67.78 77.39 68.94 92.51 89.75 80.88 98.2 65.76 77.39 65.76 73.33" }), mithril_1.default("polygon", { "class": "cls-1", "points": "74.84 64.23 71.92 55.24 74.25 51.81 98.71 43.87 103.16 57.54 78.69 65.49 74.84 64.23" }), mithril_1.default("path", { "class": "cls-1", "d": "M64,1.41A62.59,62.59,0,1,0,126.59,64,62.59,62.59,0,0,0,64,1.41Zm-.34,111.5a49.5,49.5,0,1,1,49.5-49.5A49.5,49.5,0,0,1,63.66,112.92Z" }), mithril_1.default("rect", { "class": "cls-1", "x": 61.58, "y": 82.99, "width": 3.92, "height": 19.51 }), mithril_1.default("rect", { "class": "cls-1", "x": 90.77, "y": 62.35, "width": 3.92, "height": 19.51, "transform": "translate(-4.51 138.01) rotate(-72)" }), mithril_1.default("rect", { "class": "cls-1", "x": 79.95, "y": 28.25, "width": 3.92, "height": 19.51, "transform": "translate(125.83 116.91) rotate(-144)" }), mithril_1.default("rect", { "class": "cls-1", "x": 44.07, "y": 28.25, "width": 3.92, "height": 19.51, "transform": "translate(105.61 41.71) rotate(144)" }), mithril_1.default("rect", { "class": "cls-1", "x": 32.76, "y": 62.35, "width": 3.92, "height": 19.51, "transform": "translate(92.57 16.8) rotate(72)" }))); } }; exports.default = JasminePlain;