@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.34 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 48 48'
}
export default defineComponent({
name: 'Shapes48Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M17.5 6.5c-6.075 0-11 4.925-11 11c0 5.392 3.88 9.878 9 10.819v2.534C8.993 29.887 4 24.276 4 17.5C4 10.044 10.044 4 17.5 4c6.776 0 12.387 4.993 13.353 11.5h-2.534c-.94-5.12-5.427-9-10.819-9zM23.25 18A5.25 5.25 0 0 0 18 23.25v15.5c0 2.9 2.35 5.25 5.25 5.25h15.5c2.9 0 5.25-2.35 5.25-5.25v-15.5c0-2.9-2.35-5.25-5.25-5.25h-15.5zm-2.75 5.25a2.75 2.75 0 0 1 2.75-2.75h15.5a2.75 2.75 0 0 1 2.75 2.75v15.5a2.75 2.75 0 0 1-2.75 2.75h-15.5a2.75 2.75 0 0 1-2.75-2.75v-15.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})