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.4 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Question48Regular', 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: 'M24 5.5c-5.52 0-10 4.48-10 10a1.25 1.25 0 1 0 2.5 0c0-4.14 3.36-7.5 7.5-7.5c4.14 0 7.5 3.36 7.5 7.5c0 1.875-.47 2.94-1.101 3.745c-.51.65-1.105 1.134-1.848 1.736c-.304.247-.632.514-.99.82c-1.17 1.003-2.408 2.267-3.33 4.29c-.916 2.004-1.481 4.662-1.481 8.409v.25a1.25 1.25 0 1 0 2.5 0v-.25c0-3.503.529-5.783 1.254-7.372c.718-1.57 1.667-2.557 2.684-3.429c.233-.2.486-.405.75-.618c.817-.663 1.731-1.404 2.429-2.294C33.377 19.497 34 17.875 34 15.5c0-5.52-4.48-10-10-10zM24 42a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })