@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.08 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'FlashSettings20Regular',
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: 'M6.191 2.77c.13-.456.547-.77 1.022-.77h5.249c.725 0 1.237.71 1.008 1.398l-.003.008L12.206 7h2.563c.947 0 1.408 1.144.767 1.811l-.004.004l-.237.242a5.544 5.544 0 0 0-1.373-.027l.893-.912a.057.057 0 0 0 .017-.032a.085.085 0 0 0-.007-.044a.078.078 0 0 0-.025-.034c-.005-.004-.013-.008-.03-.008H11.5a.5.5 0 0 1-.472-.666l1.493-4.254a.062.062 0 0 0-.06-.08H7.214a.062.062 0 0 0-.06.045l-2.25 7.874c-.011.04.018.08.06.08h1.908a.5.5 0 0 1 .485.62l-1.325 5.3a.086.086 0 0 0-.004.03c0 .004.002.008.004.011c.003.008.012.02.03.03c.018.01.033.01.041.01a.03.03 0 0 0 .011-.004a.087.087 0 0 0 .023-.018l.004-.004l2.88-2.94a5.571 5.571 0 0 0 .055 1.373l-2.22 2.266c-.754.782-2.058.06-1.794-.996l1.17-4.679H4.962a1.062 1.062 0 0 1-1.022-1.354l2.25-7.873zm4.313 9.95l.358.35a2 2 0 0 1 0 2.86l-.358.35c.13.311.292.604.483.874l.396-.119a2 2 0 0 1 2.52 1.454l.115.484a4.259 4.259 0 0 0 .963 0l.115-.484a2 2 0 0 1 2.52-1.454l.396.119c.191-.27.354-.563.483-.874l-.358-.35a2 2 0 0 1 0-2.86l.358-.35a4.543 4.543 0 0 0-.483-.874l-.395.119a2 2 0 0 1-2.52-1.454l-.116-.484a4.256 4.256 0 0 0-.963 0l-.115.484a2 2 0 0 1-2.52 1.454l-.396-.119c-.19.27-.353.563-.483.874zM14.5 15.5a1 1 0 1 1 0-2a1 1 0 0 1 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})