@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.95 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'SquareHintSparkles16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M13.798 2.217l-.015-.004l-.765-.248a1.578 1.578 0 0 1-1-.999L11.77.202a.302.302 0 0 0-.57 0l-.25.764a1.576 1.576 0 0 1-.983.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.582 1.582 0 0 1 1 1.002l.248.764A.302.302 0 0 0 11.5 5h.004a.302.302 0 0 0 .281-.202l.249-.764a1.576 1.576 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57zm1.416 3.355l.612.199l.013.003a.242.242 0 0 1 0 .455l-.613.2a1.262 1.262 0 0 0-.799.798l-.199.612a.241.241 0 0 1-.456 0l-.2-.612a1.261 1.261 0 0 0-.798-.802l-.613-.199a.242.242 0 0 1 0-.455l.613-.2a1.261 1.261 0 0 0 .787-.798l.199-.612a.242.242 0 0 1 .456 0l.199.612a1.26 1.26 0 0 0 .799.799zM8 2.5c0-.173.035-.343.1-.5H7a.5.5 0 0 0 0 1h1.1a1.29 1.29 0 0 1-.1-.5zM4.5 2a.5.5 0 0 1 0 1A1.5 1.5 0 0 0 3 4.5a.5.5 0 0 1-1 0A2.5 2.5 0 0 1 4.5 2zm9 9a.5.5 0 0 1 .5.5a2.5 2.5 0 0 1-2.5 2.5a.5.5 0 0 1 0-1a1.5 1.5 0 0 0 1.5-1.5a.5.5 0 0 1 .5-.5zm-7 2.5A.5.5 0 0 1 7 13h2a.5.5 0 0 1 0 1H7a.5.5 0 0 1-.5-.5zm-2-.5a.5.5 0 0 1 0 1A2.5 2.5 0 0 1 2 11.5a.5.5 0 0 1 1 0A1.5 1.5 0 0 0 4.5 13zm-2-3.5A.5.5 0 0 0 3 9V7a.5.5 0 0 0-1 0v2a.5.5 0 0 0 .5.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})