UNPKG

@mithril-icons/entypo

Version:

Mithril icons generated from http://www.entypo.com/

23 lines (22 loc) 2.52 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 Medal = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", "viewBox": "0 0 20 20", "id": "entypo-medal", "width": 20, "height": 20 }, attrs), mithril_1.default("g", {}, mithril_1.default("path", { "d": "M10 10c.528 0 1.026.104 1.504.256L5.427 1.141A.316.316 0 0 0 5.164 1H1.608a.147.147 0 0 0-.122.229l6.231 9.347A4.94 4.94 0 0 1 10 10zm8.392-9h-3.556a.316.316 0 0 0-.263.141L10.75 6.875l2 3 5.764-8.646A.147.147 0 0 0 18.392 1zM10 11a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm2.112 4.117a.132.132 0 0 1-.022.208.172.172 0 0 0-.049.229c.047.076.018.165-.065.199s-.125.13-.095.214-.017.165-.104.181-.149.101-.137.189-.051.158-.14.155c-.089-.003-.167.068-.174.156s-.083.144-.169.123-.178.031-.203.117-.111.124-.191.085c-.08-.039-.18-.006-.222.072s-.134.098-.205.043-.175-.044-.232.024-.151.068-.209 0-.162-.079-.232-.024-.162.035-.205-.043-.142-.111-.222-.072c-.08.039-.166 0-.191-.085s-.116-.138-.203-.117-.163-.034-.169-.123-.084-.159-.173-.157c-.089.003-.152-.067-.14-.155s-.05-.173-.137-.189-.135-.097-.104-.181-.013-.18-.095-.214-.111-.123-.065-.199a.17.17 0 0 0-.049-.229.133.133 0 0 1-.022-.208c.062-.064.062-.169 0-.234s-.052-.158.022-.208.095-.153.049-.229c-.047-.076-.018-.165.065-.199s.125-.13.095-.214.017-.165.104-.181.149-.101.137-.189.051-.158.14-.155c.089.003.167-.068.174-.156s.083-.144.169-.123.178-.031.203-.117.111-.124.191-.085c.08.039.18.006.222-.072s.134-.098.205-.043.175.044.232-.024.151-.068.209 0 .162.079.232.024.162-.035.205.043.142.111.222.072c.08-.039.166 0 .191.085s.116.138.203.117.163.034.169.123.085.159.174.156c.089-.003.152.067.14.155s.05.173.137.189.135.097.104.181.013.18.095.214.111.123.065.199c-.047.076-.025.179.049.229s.083.144.022.208-.063.171-.001.235z" }))); } }; exports.default = Medal;