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.6 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'CheckboxCheckedSync16Regular', 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: 'M2 3.5A1.5 1.5 0 0 1 3.5 2h7A1.5 1.5 0 0 1 12 3.5v3.527a4.552 4.552 0 0 0-1 0V3.5a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.527a4.552 4.552 0 0 0 0 1H3.5A1.5 1.5 0 0 1 2 10.5v-7zm7.854 1.646a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L6 8.293l3.146-3.147a.5.5 0 0 1 .708 0zM8 11.5a3.5 3.5 0 1 0 7 0a3.5 3.5 0 0 0-7 0zm2.563-2.068a2.5 2.5 0 0 1 2.485.355A.5.5 0 0 1 14 10v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.141-.98a1.497 1.497 0 0 0-1.92.17a.5.5 0 1 1-.707-.708a2.5 2.5 0 0 1 .832-.55zm1.873 4.136a2.5 2.5 0 0 1-2.597-.45A.499.499 0 0 1 9 12.75v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-.12a1.5 1.5 0 0 0 2.18.06a.5.5 0 1 1 .708.708a2.5 2.5 0 0 1-.832.55z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })