@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.86 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'AccessibilityCheckmark24Regular',
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: 'M9.026 5.399a3 3 0 1 1 5.947 0l2.877-1.221a2.266 2.266 0 0 1 2.962 1.184a2.24 2.24 0 0 1-1.181 2.954l-3.628 1.54v1.317a6.457 6.457 0 0 0-1.5.558V9.69c0-.502.3-.955.761-1.151l3.78-1.605a.74.74 0 0 0 .391-.977a.766.766 0 0 0-.998-.4l-4.972 2.11c-.159.068-.322.125-.487.17a2.996 2.996 0 0 1-1.956-.001a3.747 3.747 0 0 1-.487-.168l-4.971-2.11a.766.766 0 0 0-.999.399a.74.74 0 0 0 .39.977l3.786 1.607c.462.196.762.649.762 1.15v3.91c0 .138-.023.275-.068.406l-1.893 5.497a.75.75 0 1 0 1.418.488l2.109-6.123c.221-.644.94-.819 1.436-.53A6.474 6.474 0 0 0 11 17.5c0 .33.024.653.072.969l-.693 2.012a2.25 2.25 0 1 1-4.255-1.465l1.879-5.456V9.857L4.37 8.316a2.24 2.24 0 0 1-1.181-2.954A2.266 2.266 0 0 1 6.15 4.178l2.876 1.22zM10.5 5a1.5 1.5 0 0 0 .968 1.403c.35.085.714.085 1.064 0A1.5 1.5 0 1 0 10.5 5zM23 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 */
)
])
)
)
}
})