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.67 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'BracesVariable20Filled', 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: 'M5.75 2.5A2.75 2.75 0 0 0 3 5.25v3.132c0 .397-.222.76-.574.942a.75.75 0 0 0 0 1.352c.352.182.574.545.574.942v3.132a2.75 2.75 0 0 0 2.75 2.75a.75.75 0 0 0 0-1.5c-.69 0-1.25-.56-1.25-1.25v-3.132c0-.6-.21-1.17-.576-1.618A2.558 2.558 0 0 0 4.5 8.382V5.25C4.5 4.56 5.06 4 5.75 4a.75.75 0 0 0 0-1.5zm8.5 0A2.75 2.75 0 0 1 17 5.25v3.132c0 .397.222.76.574.942a.75.75 0 0 1 0 1.352a1.059 1.059 0 0 0-.574.942v3.132a2.75 2.75 0 0 1-2.75 2.75a.75.75 0 0 1 0-1.5c.69 0 1.25-.56 1.25-1.25v-3.132c0-.6.21-1.17.576-1.618a2.558 2.558 0 0 1-.576-1.618V5.25c0-.69-.56-1.25-1.25-1.25a.75.75 0 0 1 0-1.5zM8.11 6.064a.75.75 0 1 0-1.22.872L9.078 10L6.89 13.064a.75.75 0 0 0 1.22.872L10 11.29l1.89 2.646a.75.75 0 0 0 1.22-.872L10.922 10l2.188-3.064a.75.75 0 0 0-1.22-.872L10 8.71L8.11 6.064z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })