@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.2 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'SquareHintSparkles48Filled',
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: 'M32.833 12.112a5.36 5.36 0 0 0-2.544-1.805l-2.603-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.362 5.362 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.027 1.027 0 0 1 1.94 0l.845 2.6A5.356 5.356 0 0 0 40.66 6.68l2.602.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.602.845a5.361 5.361 0 0 0-3.397 3.394l-.846 2.6a1.027 1.027 0 0 1-1.563.497a1.027 1.027 0 0 1-.375-.497l-.846-2.6a5.354 5.354 0 0 0-.852-1.602zm14.776 6.872l-1.378-.448a2.839 2.839 0 0 1-1.797-1.796l-.448-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.835 2.835 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.151.05.298.113.438.188l.003.015a2.837 2.837 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01a.504.504 0 0 0 .016-.039l.448-1.377a2.837 2.837 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007zM25.56 6.77a3.08 3.08 0 0 1 .8-.77H21.5a1.5 1.5 0 0 0 0 3h3.535a3 3 0 0 1 .525-2.23zM21.5 39a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3h-5zm-14-19A1.5 1.5 0 0 1 9 21.5v5a1.5 1.5 0 0 1-3 0v-5A1.5 1.5 0 0 1 7.5 20zm5-14a1.5 1.5 0 0 1 0 3A3.5 3.5 0 0 0 9 12.5a1.5 1.5 0 0 1-3 0A6.5 6.5 0 0 1 12.5 6zM14 40.5a1.5 1.5 0 0 1-1.5 1.5A6.5 6.5 0 0 1 6 35.5a1.5 1.5 0 0 1 3 0a3.5 3.5 0 0 0 3.5 3.5a1.5 1.5 0 0 1 1.5 1.5zm20 0a1.5 1.5 0 0 0 1.5 1.5a6.5 6.5 0 0 0 6.5-6.5a1.5 1.5 0 0 0-3 0a3.5 3.5 0 0 1-3.5 3.5a1.5 1.5 0 0 0-1.5 1.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})