@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.46 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: 'Braces20Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M6.75 2.5A2.75 2.75 0 0 0 4 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 5.5 8.382V5.25C5.5 4.56 6.06 4 6.75 4a.75.75 0 0 0 0-1.5zm6.5 0A2.75 2.75 0 0 1 16 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.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})