UNPKG

@justeattakeaway/pie-icons-vue

Version:
34 lines (29 loc) 1.71 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 IconSocialTwitterStatic = { name: 'IconSocialTwitterStatic', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--twitterStatic', 'IconSocialTwitterStatic'); 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: { fill: '#242E30', d: 'M1.1 2.01s.46.59 1.02 1.28l2.67 3.29L6.43 8.6l-.11.11-2.69 2.67c-1.42 1.41-2.58 2.57-2.58 2.59 0 .01.24.02.6.02h.61l.2-.2c.11-.11 1.14-1.13 2.29-2.28C5.9 10.37 6.87 9.4 6.91 9.35l.07-.08.57.7c.31.39 1.18 1.45 1.91 2.36l1.35 1.66h2.06c1.72 0 2.06 0 2.05-.03 0-.02-.53-.67-1.16-1.45-.63-.78-1.35-1.67-1.6-1.97-.25-.31-1-1.23-1.66-2.04-.66-.81-1.2-1.49-1.2-1.5 0-.02 3.49-3.5 4.68-4.67l.34-.33h-1.24l-.73.73c-.4.4-1.37 1.37-2.17 2.16L8.74 6.33 6.99 4.18 5.24 2.02H3.18C2.04 2 1.11 2 1.1 2.01Zm4.89 2.32c.67.83 1.72 2.11 2.31 2.85.6.73 1.92 2.37 2.95 3.63 1.02 1.26 1.87 2.31 1.89 2.33.02.02-.18.03-.92.03h-.94l-1.87-2.3C5.1 5.56 2.92 2.89 2.9 2.85c-.02-.02.18-.03.92-.03h.94l1.23 1.51Z', }, })]); }, }; exports.default = IconSocialTwitterStatic;