UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.58 kB
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: 'Pair24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M18.268 21.001h-6.536A2 2 0 1 1 9 18.267V15l-3.27.001a2 2 0 0 1-1.582.994L4 16a2 2 0 0 1-1-3.732V5.732A2 2 0 1 1 5.732 3h6.536A2 2 0 1 1 15 5.732L15 9h3.268a2 2 0 0 1 1.583-.995L20 8a2 2 0 0 1 1.002 3.731v6.538A2 2 0 1 1 18.268 21h-6.536h6.536zm0-10L15 11l.001 1.268a2 2 0 0 1 .994 1.583L16 14a2 2 0 0 1-3.732 1.001L11.001 15l.001 3.269c.303.175.555.428.73.73h6.536a2.01 2.01 0 0 1 .733-.732v-6.534a2.011 2.011 0 0 1-.639-.585l-.094-.147zM13 11l-1.268.001a2.01 2.01 0 0 1-.73.73L11.001 13h1.267a2.01 2.01 0 0 1 .732-.732V11zm-.732-5.999H5.732a2.01 2.01 0 0 1-.73.73v6.537c.302.176.555.429.73.732h3.269v-1.267a2 2 0 0 1-.996-1.584L8 10a2 2 0 0 1 3.732-1H13V5.732a2.01 2.01 0 0 1-.638-.584l-.094-.147z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })