UNPKG

@mithril-icons/octicons

Version:

Mithril icons generated from https://octicons.github.com/

23 lines (22 loc) 1.22 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 TextSize = { view: function (_a) { var attrs = _a.attrs; return mithril_1.default("svg", __assign({ "version": 1.1, "width": 18, "height": 16, "viewBox": "0 0 18 16", "class": "octicon octicon-text-size", "aria-hidden": "true" }, attrs), mithril_1.default("path", { "fill-rule": "evenodd", "d": "M13.62 9.08L12.1 3.66h-.06l-1.5 5.42h3.08zM5.7 10.13S4.68 6.52 4.53 6.02h-.08l-1.13 4.11H5.7zM17.31 14h-2.25l-.95-3.25h-4.07L9.09 14H6.84l-.69-2.33H2.87L2.17 14H0l3.3-9.59h2.5l2.17 6.34L10.86 2h2.52l3.94 12h-.01z" })); } }; exports.default = TextSize;