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.84 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'BoxMultipleCheckmark24Filled', 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: 'M16.3 2.33a3.75 3.75 0 0 0-2.6 0L9.393 3.922A1.75 1.75 0 0 0 8.25 5.563v2.793a4.75 4.75 0 0 1 2.397.235l4.306 1.592c.514.19.946.523 1.258.944a6.528 6.528 0 0 1 1.289-.128c1.625 0 3.11.596 4.25 1.582V5.563a1.75 1.75 0 0 0-1.143-1.641L16.3 2.33zm-4.53 4.878a.75.75 0 1 1 .49-1.418l2.658.92a.25.25 0 0 0 .163 0l2.65-.92a.75.75 0 1 1 .492 1.418l-2.65.919a1.75 1.75 0 0 1-1.145 0l-2.659-.919zm2.837 3.913c.2.074.382.183.538.318a6.516 6.516 0 0 0-2.68 1.95a.75.75 0 0 0-.733-.14L9 14.198l-2.74-.948a.75.75 0 1 0-.49 1.418l2.48.857v2.7a.75.75 0 0 0 1.5 0v-2.7l1.789-.62A6.478 6.478 0 0 0 11 17.5c0 1.3.381 2.51 1.037 3.524l-1.737.643a3.75 3.75 0 0 1-2.6 0l-4.307-1.592a1.75 1.75 0 0 1-1.143-1.642v-5.67a1.75 1.75 0 0 1 1.143-1.641L7.7 9.529a3.75 3.75 0 0 1 2.6 0l4.307 1.592zM23 17.499a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0zm-2.146-2.353a.5.5 0 0 0-.708 0L16.5 18.791l-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-.707z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })