@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.82 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 24 24'
}
export default defineComponent({
name: 'PositionToFront24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M1 3.75A2.75 2.75 0 0 1 3.75 1h3.5A2.75 2.75 0 0 1 10 3.75V5h-.75c-.256 0-.507.023-.75.066V3.75c0-.69-.56-1.25-1.25-1.25h-3.5c-.69 0-1.25.56-1.25 1.25v3.5c0 .69.56 1.25 1.25 1.25h1.316A4.276 4.276 0 0 0 5 9.25V10H3.75A2.75 2.75 0 0 1 1 7.25v-3.5zM14 19v1.25A2.75 2.75 0 0 0 16.75 23h3.5A2.75 2.75 0 0 0 23 20.25v-3.5A2.75 2.75 0 0 0 20.25 14H19v.75c0 .256-.023.507-.066.75h1.316c.69 0 1.25.56 1.25 1.25v3.5c0 .69-.56 1.25-1.25 1.25h-3.5c-.69 0-1.25-.56-1.25-1.25v-1.316a4.271 4.271 0 0 1-.75.066H14zM9.25 6A3.25 3.25 0 0 0 6 9.25v5.5A3.25 3.25 0 0 0 9.25 18h5.5A3.25 3.25 0 0 0 18 14.75v-5.5A3.25 3.25 0 0 0 14.75 6h-5.5zm2.313 1.5L7.5 11.563v-1.88L9.684 7.5h1.879zM7.5 13.684L13.684 7.5h1.066c.24 0 .469.048.677.136l-7.791 7.79a1.745 1.745 0 0 1-.136-.676v-1.066zm1.255 2.745l7.674-7.674c.046.157.071.323.071.495v1.313L10.562 16.5H9.25c-.172 0-.338-.025-.495-.071zm5.932.071h-2.003l3.816-3.816v2.066l-.033-.033l-1.781 1.781l.002.002z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})