UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.47 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'WeatherSqualls24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M18.748 9.494a3.251 3.251 0 0 1 .184 6.495l-.2.005l-.116.007h-.787c.11.31.17.644.17.993c0 1.664-1.262 3.006-2.926 3.006c-1.3 0-2.235-.628-2.688-1.627a1 1 0 0 1 1.767-.93l.098.189c.14.242.373.368.823.368c.53 0 .925-.42.925-1.006c0-.511-.393-.936-.904-.993H3a1 1 0 0 1-.117-1.994L3 14.002h11.859l.117-.007c.063 0 .126.002.189.006l3.462.001l.06-.005l.06-.002l.129-.006a1.25 1.25 0 1 0-1.254-1.793l-.097.226a1 1 0 0 1-1.83-.796a3.253 3.253 0 0 1 3.053-2.13zM11.75 12H3a1 1 0 0 1-.117-1.994L3 10h8.75A2.25 2.25 0 1 0 9.5 7.75a1 1 0 0 1-2 0a4.25 4.25 0 1 1 4.484 4.243L11.75 12H3h8.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })