UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.38 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'FlagOff48Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M6.496 7.755l.087-.105a1.25 1.25 0 0 1 1.662-.154l.105.087l27.5 25.5a1.25 1.25 0 0 1-1.595 1.92l-.105-.086L27.77 29H12.5v9.75a1.25 1.25 0 0 1-2.493.128L10 38.75l-.001-26.228L6.65 9.417a1.25 1.25 0 0 1-.154-1.662l.087-.105l-.087.105zm5.38.245H36.75a1.25 1.25 0 0 1 1.143 1.757l-.056.11l-4.9 8.633l4.9 8.633a1.25 1.25 0 0 1-.964 1.861L36.75 29h-2.226l-2.696-2.5h2.775l-4.19-7.383a1.25 1.25 0 0 1-.064-1.104l.064-.13l4.19-7.383H14.572L11.876 8zm13.198 18.5L12.499 14.84L12.5 26.5h12.574z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })