@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
JavaScript
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: 'FlashAuto24Filled',
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: 'M12.75 1.996a.75.75 0 0 1 .738.89l-.026.097l-1.671 5.013h4.46a.75.75 0 0 1 .61 1.187l-.07.082l-11.995 12.5c-.509.531-1.376.087-1.287-.605l.018-.096l1.767-7.068H2.75a.75.75 0 0 1-.742-.86l.021-.096l3-10.5a.75.75 0 0 1 .612-.536l.11-.008h7zm5.394 9.373l.05.105l3.75 9.496a.75.75 0 0 1-1.351.643l-.044-.092l-.998-2.525h-4.11l-.996 2.525a.75.75 0 0 1-.876.453l-.097-.031a.75.75 0 0 1-.453-.876l.03-.097l3.75-9.496c.235-.595 1.043-.63 1.345-.105zm-.648 2.422l-1.463 3.705h2.926l-1.463-3.705z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})