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.49 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: 'FlashAuto24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.75 2a.75.75 0 0 1 .738.89l-.026.097L11.791 8h4.46a.75.75 0 0 1 .61 1.187l-.07.082l-11.995 12.5c-.509.53-1.376.087-1.287-.605l.018-.096L5.294 14H2.75a.75.75 0 0 1-.742-.86l.021-.096l3-10.5a.75.75 0 0 1 .612-.536L5.75 2h7zm5.394 9.37l.05.105l3.75 9.495a.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-.03a.75.75 0 0 1-.453-.876l.03-.098l3.75-9.495c.235-.596 1.043-.631 1.345-.105zM11.71 3.5H6.316l-2.571 9h2.51c.455 0 .798.4.745.838l-.017.094l-1.316 5.264L14.49 9.5h-3.74a.75.75 0 0 1-.738-.89l.026-.097l1.67-5.013zm5.786 10.291l-1.463 3.705h2.926l-1.463-3.705z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })