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.64 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: 'QuizNew24Filled', 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: 'M10.518 8.998L10 7.73L9.48 8.998h1.037zM5.75 3A2.75 2.75 0 0 0 3 5.75v12.5A2.75 2.75 0 0 0 5.75 21h6.272A6.47 6.47 0 0 1 11 17.5c0-.886.177-1.73.498-2.5H5.75a.75.75 0 0 1 0-1.5h6.626A6.489 6.489 0 0 1 17.5 11a6.47 6.47 0 0 1 3.5 1.022V5.75A2.75 2.75 0 0 0 18.25 3H5.75zm3.5 15.5h-3.5a.75.75 0 0 1 0-1.5h3.5a.75.75 0 0 1 0 1.5zm1.444-13.036l2.248 5.502a.75.75 0 0 1-1.389.568l-.423-1.036H8.868l-.424 1.036a.75.75 0 0 1-1.388-.568l2.25-5.502a.75.75 0 0 1 1.388 0zm5.806.283v1.25h1.25a.75.75 0 0 1 0 1.5H16.5v1.25a.75.75 0 0 1-1.5 0v-1.25h-1.25a.75.75 0 0 1 0-1.5H15v-1.25a.75.75 0 0 1 1.5 0zM23 17.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0zm-5 .5l.001 2.503a.5.5 0 1 1-1 0V18h-2.505a.5.5 0 1 1 0-1H17v-2.5a.5.5 0 1 1 1 0V17h2.503a.5.5 0 1 1 0 1h-2.502z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })