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.7 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'WeatherDuststorm24Regular', 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: 'M9 17a2 2 0 1 1 0 4a2 2 0 0 1 0-4zm9.998-7a3.001 3.001 0 1 1 0 6h-.03l-.103.006H17.7c.19.374.298.796.298 1.243c0 1.53-1.153 2.756-2.675 2.756c-1.505 0-2.415-.881-2.66-2.103a.75.75 0 0 1 1.47-.294c.114.565.457.897 1.19.897c.672 0 1.175-.534 1.175-1.256c0-.688-.568-1.25-1.273-1.25l-12.488.007a.75.75 0 0 1-.102-1.493l.102-.007h12.387l.101-.006c.065 0 .128.002.191.006l3.472.002l.054-.006l.2-.01a1.5 1.5 0 1 0-1.629-1.722l-.027.239A.75.75 0 0 1 16 12.816A3.001 3.001 0 0 1 18.998 10zM9 18.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1zm3-14.501a4 4 0 0 1 .022 8H2.756a.75.75 0 0 1-.102-1.492l.102-.007H12l.165-.006A2.5 2.5 0 1 0 9.5 8A.75.75 0 0 1 8 8a4 4 0 0 1 4-4zm-7.994 1a2 2 0 1 1 0 4a2 2 0 0 1 0-4zM20 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4zM4.006 6.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1zM20 5.5a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })