@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.47 kB
JavaScript
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: 'AttachText24Regular',
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: 'M7.25 3.5a4.25 4.25 0 0 1 4.245 4.044l.005.206V18.5a2.5 2.5 0 0 1-4.995.164L6.5 18.5V9a.75.75 0 0 1 1.493-.102L8 9v9.5a1 1 0 0 0 1.993.117L10 18.5V7.75a2.75 2.75 0 0 0-5.495-.168L4.5 7.75V17a.75.75 0 0 1-1.493.102L3 17V7.75A4.25 4.25 0 0 1 7.25 3.5zm9 12.5a.75.75 0 0 1 .102 1.493l-.102.007h-2.5a.75.75 0 0 1-.102-1.493L13.75 16h2.5zm4-3a.75.75 0 0 1 .102 1.493l-.102.007h-6.5a.75.75 0 0 1-.102-1.493L13.75 13h6.5zm0-3a.75.75 0 0 1 .102 1.493l-.102.007h-6.5a.75.75 0 0 1-.102-1.493L13.75 10h6.5zm0-3a.75.75 0 0 1 .102 1.493l-.102.007h-6.5a.75.75 0 0 1-.102-1.493L13.75 7h6.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})