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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'FlashCheckmark20Regular', 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: 'M7.212 2c-.474 0-.89.314-1.021.77l-2.25 7.874a1.062 1.062 0 0 0 1.022 1.354H6.23l-1.17 4.68c-.264 1.055 1.041 1.777 1.796.995l2.218-2.266a5.538 5.538 0 0 1-.055-1.372l-2.88 2.94l-.003.003a.087.087 0 0 1-.023.018a.03.03 0 0 1-.011.004a.072.072 0 0 1-.041-.01a.072.072 0 0 1-.03-.03a.032.032 0 0 1-.004-.011c0-.004 0-.014.003-.03l1.325-5.3A.5.5 0 0 0 6.87 11H4.963a.062.062 0 0 1-.06-.08l2.25-7.874A.062.062 0 0 1 7.212 3h5.248c.042 0 .072.04.06.08l-1.493 4.254A.5.5 0 0 0 11.5 8h3.27c.017 0 .025.004.03.008a.079.079 0 0 1 .025.034a.084.084 0 0 1 .007.044a.056.056 0 0 1-.017.032l-.893.912a5.562 5.562 0 0 1 1.373.027l.237-.242l.004-.004c.64-.667.18-1.811-.767-1.811h-2.564l1.262-3.594l.002-.008A1.062 1.062 0 0 0 12.461 2H7.212zM14.5 19a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9zm2.354-5.646l-3 3a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .707-.708l.647.647l2.646-2.647a.5.5 0 0 1 .707.708z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })