@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.54 kB
JavaScript
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: 'PhoneUpdateCheckmark24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.25 22h4.56A6.478 6.478 0 0 1 11 17.5c0-.621.087-1.222.25-1.791v-6.2l-.961.96l-.085.073a.75.75 0 0 1-1.049-1.05l.073-.083l2.242-2.242l.052-.048l.055-.041l.076-.046l.112-.047l.096-.025l.092-.011h.094l.092.011l.063.015l.1.036l.061.03l.067.041l.062.05l.038.035l2.242 2.242l.073.084a.75.75 0 0 1 .007.882l-.08.094l-.084.073a.75.75 0 0 1-.883.007l-.094-.08l-.962-.96v3.554A6.482 6.482 0 0 1 18 11.02V4.25A2.25 2.25 0 0 0 15.75 2h-7.5A2.25 2.25 0 0 0 6 4.25v15.5A2.25 2.25 0 0 0 8.25 22zM23 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-2.146-2.354a.5.5 0 0 0-.708 0L16.5 18.793l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l4-4a.5.5 0 0 0 0-.708z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})