UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.63 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconWorld = { name: 'IconWorld', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--world', 'IconWorld'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'M8 1.28a6.72 6.72 0 1 0 0 13.44A6.72 6.72 0 0 0 8 1.28m4.594 3.876q.311.52.508 1.094l-1.724 1.986V6.154l-1.12-.175a.39.39 0 0 1-.263-.175.54.54 0 0 1-.122-.43.37.37 0 0 1 .385-.244zm-7-1.995v1.811l-1.487.814-.105.376-.875-.463A5.46 5.46 0 0 1 5.594 3.16m.455 5.495h.621l.587.49-.43 1.479a2.42 2.42 0 0 1-1.39-1.453zM8 13.407A5.41 5.41 0 0 1 2.593 8q-.002-.526.105-1.041l1.312.69c.122.228.289.427.49.587l-.446.376v.324c0 .096.114 2.345 3.019 3.194l.63.183 1.041-3.63-1.619-1.34H5.743a.57.57 0 0 1-.604-.367l.088-.306 1.68-.875V2.75h-.184A5.6 5.6 0 0 1 8 2.592a5.4 5.4 0 0 1 3.5 1.252h-1.242A1.636 1.636 0 0 0 8.595 5.12a1.81 1.81 0 0 0 .777 1.916c.198.123.419.204.65.237l.07 2.625 1.505.157 1.802-2.187a1 1 0 0 1 0 .157A5.407 5.407 0 0 1 8 13.407', }, })]); }, }; exports.default = IconWorld;