@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.05 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: 'DocumentWidth24Regular',
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.5 15.724l.012.014a1.72 1.72 0 0 0 1.488.485v3.527a2.25 2.25 0 0 1-2.096 2.245L17.75 22H6.25a2.25 2.25 0 0 1-2.245-2.096L4 19.75v-3.528a1.72 1.72 0 0 0 1.364-.372l.135-.125l.001 4.025c0 .38.282.694.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102v-4.026zM4.78 8.968a.75.75 0 0 1 .073.977l-.073.084l-1.221 1.22h3.784c.362 0 .656.335.656.75c0 .379-.247.693-.567.742l-.09.007H3.56l1.221 1.222a.75.75 0 0 1 .073.976l-.073.084a.75.75 0 0 1-.976.073l-.085-.073l-2.37-2.367A.77.77 0 0 1 1 12a.77.77 0 0 1 .35-.664l2.37-2.367a.75.75 0 0 1 1.061 0zm14.438-.003a.75.75 0 0 1 .976-.073l.084.073l2.37 2.367a.77.77 0 0 1 .351.664a.786.786 0 0 1-.276.611l-.075.053l-2.37 2.367l-.084.073a.75.75 0 0 1-.882.007l-.094-.08l-.073-.084a.75.75 0 0 1-.007-.882l.08-.094l1.221-1.222h-3.784l-.089-.006c-.32-.05-.567-.364-.567-.744s.247-.693.567-.743l.09-.007h3.783l-1.221-1.22l-.073-.083a.75.75 0 0 1 .073-.977zM17.75 2a2.25 2.25 0 0 1 2.245 2.096L20 4.25v3.517a1.748 1.748 0 0 0-1.362.38l-.139.127l.001-4.024a.75.75 0 0 0-.648-.743L17.75 3.5H6.25a.75.75 0 0 0-.743.648L5.5 4.25v4.023l-.012-.012A1.747 1.747 0 0 0 4 7.766L4 4.25a2.25 2.25 0 0 1 2.096-2.245L6.25 2h11.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})