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.77 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: 'FlashSettings24Regular', 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: 'M8.294 14l-1.767 7.068c-.187.746.736 1.256 1.269.701l3.262-3.399a6.571 6.571 0 0 1 .091-2.262l-2.483 2.588l1.316-5.264a.75.75 0 0 0-.727-.932h-2.51l2.57-9h5.394l-1.67 5.013a.75.75 0 0 0 .711.987h3.74l-1.642 1.712a6.51 6.51 0 0 1 2.256-.184l1.687-1.759A.75.75 0 0 0 19.25 8h-4.46l1.672-5.013A.75.75 0 0 0 15.75 2h-7a.75.75 0 0 0-.721.544l-3 10.5A.75.75 0 0 0 5.75 14h2.544zm4.206 1.629l.447.43a2 2 0 0 1 0 2.882l-.447.43c.2.574.49 1.103.853 1.57l.602-.178a2 2 0 0 1 2.51 1.45l.173.715a5.175 5.175 0 0 0 1.723 0l.173-.716a2 2 0 0 1 2.51-1.449l.603.178c.362-.467.652-.996.853-1.57l-.448-.43a2 2 0 0 1 0-2.882l.448-.43a5.544 5.544 0 0 0-.853-1.57l-.602.178a2 2 0 0 1-2.511-1.45l-.173-.715a5.176 5.176 0 0 0-1.723 0l-.172.716a2 2 0 0 1-2.511 1.449l-.602-.178a5.549 5.549 0 0 0-.853 1.57zm5 3.371c-.8 0-1.45-.672-1.45-1.5S16.7 16 17.5 16c.8 0 1.45.672 1.45 1.5S18.3 19 17.5 19z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })