UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.7 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Pair24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M18.669 21H11.33a1.75 1.75 0 1 1-2.325-2.334v-3.671H5.334c-.261.553-.802.947-1.44 1L3.75 16A1.75 1.75 0 0 1 3 12.668V5.331A1.75 1.75 0 1 1 5.332 3h7.337a1.75 1.75 0 1 1 2.327 2.335l-.001 3.67h3.671c.261-.552.802-.946 1.44-.998L20.25 8a1.75 1.75 0 0 1 .752 3.33v7.34A1.75 1.75 0 1 1 18.669 21H11.33h7.338zm.002-10.495l-3.676-.001v2.16c.55.261.943.801.994 1.438l.006.143a1.75 1.75 0 0 1-3.331.75h-2.158v3.677c.362.173.654.466.826.828h7.336c.173-.364.469-.66.833-.832v-7.336a1.757 1.757 0 0 1-.749-.676l-.081-.151zm-5.176-.001h-2.166c-.172.36-.463.652-.822.824l-.001 2.167h2.157c.173-.364.468-.659.832-.832v-2.159zM12.668 4.5H5.333a1.757 1.757 0 0 1-.832.832v7.337c.362.172.655.465.828.826h3.677v-2.16a1.75 1.75 0 0 1-1-1.441L8 9.75a1.75 1.75 0 0 1 3.334-.746h2.161V5.329a1.758 1.758 0 0 1-.746-.678l-.08-.151z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })