@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.66 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 20 20'
}
export default defineComponent({
name: 'PositionToFront20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3 1a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v-.5c0-.17.012-.337.035-.5H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v1.035A3.53 3.53 0 0 1 7.5 4H8V3a2 2 0 0 0-2-2H3zm9 16v-1h.5c.17 0 .337-.012.5-.035V17a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-1.035c.023-.163.035-.33.035-.5V12h1a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2zM5 7.5A2.5 2.5 0 0 1 7.5 5h5A2.5 2.5 0 0 1 15 7.5v5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 5 12.5v-5zm2.277-1.484c-.65.097-1.164.611-1.26 1.261l1.26-1.26zM6 10.293L10.293 6H8.708L6 8.708v1.585zM11.707 6L6 11.707v.793c0 .232.052.45.146.647l7-7A1.495 1.495 0 0 0 12.5 6h-.793zM7.5 14h.793L14 8.294V7.5c0-.232-.053-.45-.146-.647l-7 7c.195.095.414.147.646.147zm2.207 0h1.586L14 11.293V9.707L9.707 14zm3.017-.017a1.5 1.5 0 0 0 1.26-1.26l-1.26 1.26z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})