UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.84 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconWorldLarge = { name: 'IconWorldLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--worldLarge', 'IconWorldLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M16 3.811a12.25 12.25 0 1 0 0 24.5 12.25 12.25 0 0 0 0-24.5Zm7.551 6.598.726-.77a10.378 10.378 0 0 1 1.9 3.955l-4.06 4.375-.106-4.892-1.829-.288a1.156 1.156 0 0 1-.805-.5 1.426 1.426 0 0 1-.21-1.11 1.085 1.085 0 0 1 1.147-.806l3.237.036ZM11.88 6.375v3.841L8.842 11.87l-.306 1.102-2.161-1.128a10.5 10.5 0 0 1 5.504-5.47Zm4.12 20.125A10.5 10.5 0 0 1 5.5 16c.007-.844.113-1.684.316-2.503L8.57 14.95c.304.633.8 1.153 1.418 1.487l-1.182.989v.429c0 .175.21 4.375 5.723 5.985l.875.245 1.864-6.572-2.888-2.388h-2.625a1.557 1.557 0 0 1-1.627-1.076l.27-1.015 3.3-1.75V5.84a10.597 10.597 0 0 1 2.3-.28c2.63-.001 5.162.993 7.088 2.783l-.297.315h-2.476a2.835 2.835 0 0 0-2.862 2.178 3.193 3.193 0 0 0 .49 2.485 2.912 2.912 0 0 0 1.978 1.234l.376.061.079 5.05 2.336.253 3.789-4.06v.166A10.5 10.5 0 0 1 16 26.5Zm-3.805-9.625h1.557l1.505 1.26-1.059 3.736c-2.695-1.067-3.395-2.887-3.57-3.692l1.567-1.304Z', }, })]); }, }; exports.default = IconWorldLarge;