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.31 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: 'TextboxRotate9020Filled', 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: 'M17 5.5A2.5 2.5 0 0 0 14.5 3h-9A2.5 2.5 0 0 0 3 5.5v9A2.5 2.5 0 0 0 5.5 17h9a2.5 2.5 0 0 0 2.5-2.5v-9zM7.5 6.706v6.588c0 .39-.336.706-.75.706S6 13.684 6 13.294V6.706c0-.39.336-.706.75-.706s.75.316.75.706zM9.75 6c.414 0 .75.316.75.706v3.588c0 .39-.336.706-.75.706S9 10.684 9 10.294V6.706c0-.39.336-.706.75-.706zm3 0c.414 0 .75.316.75.706v6.588c0 .39-.336.706-.75.706s-.75-.316-.75-.706V6.706c0-.39.336-.706.75-.706z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })