UNPKG

@mithril-icons/devicon

Version:

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

23 lines (22 loc) 2.09 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 BehancePlain = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "id": "Behance", "xmlns": "http://www.w3.org/2000/svg", "viewBox": "0 0 128 128" }, attrs), mithril_1.default("defs", {}, mithril_1.default("style", {}, ".cls-1{fill:#1d1d1b;}")), mithril_1.default("title", {}, "Artboard 14"), mithril_1.default("g", { "id": "plain" }, mithril_1.default("path", { "class": "cls-1", "d": "M48.53,48.26c0-7.16-4.87-7.16-4.87-7.16h-20V56.45H42.42C45.66,56.45,48.53,55.41,48.53,48.26Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M43.66,67.06h-20V85.44h19.1c2.87-.08,8.18-1,8.18-8.94C50.91,67,43.66,67.06,43.66,67.06Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M94.93,56.45c-10.63,0-12.11,10.6-12.11,10.6h22.6S105.56,56.45,94.93,56.45Z" }), mithril_1.default("path", { "class": "cls-1", "d": "M111.25,2.16H16.75A14.59,14.59,0,0,0,2.16,16.75v94.49a14.59,14.59,0,0,0,14.59,14.59h94.49a14.59,14.59,0,0,0,14.59-14.59V16.75A14.59,14.59,0,0,0,111.25,2.16ZM79.86,32.92h28.38V41.4H79.86ZM65.51,77.36c0,21-21.85,20.31-21.85,20.31H7.86V28.87h35.8c10.88,0,19.47,6,19.47,18.32s-10.5,13.09-10.5,13.09C66.47,60.28,65.51,77.36,65.51,77.36Zm53.09-1.12H83c0,12.78,12.11,12,12.11,12,11.43,0,11-7.4,11-7.4H118.2c0,19.64-23.54,18.29-23.54,18.29-28.25,0-26.43-26.3-26.43-26.3s0-26.43,26.43-26.43C122.51,46.38,118.61,76.24,118.61,76.24Z" }))); } }; exports.default = BehancePlain;