@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.64 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: 'DocumentPageTopLeft24Regular',
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.745 1.996a2.25 2.25 0 0 1 2.245 2.096l.005.154v15.498a2.25 2.25 0 0 1-2.096 2.245l-.154.005h-11.5A2.25 2.25 0 0 1 4 19.898l-.005-.154V4.246a2.25 2.25 0 0 1 2.096-2.245l.154-.005h11.5zm0 1.5h-11.5a.75.75 0 0 0-.743.648l-.007.102v15.498c0 .38.282.694.648.743l.102.007h11.5a.75.75 0 0 0 .743-.648l.007-.102V4.246a.75.75 0 0 0-.648-.743l-.102-.007zm-6.726 8.523a.75.75 0 0 1-.623-.858l.104-.66H9.02l-.142.895a.75.75 0 0 1-1.481-.235l.104-.66h-.75a.75.75 0 0 1 0-1.5h.988l.237-1.5H7.25a.75.75 0 1 1 0-1.5h.963l.2-1.26a.75.75 0 0 1 1.48.235L9.733 6h1.48l.2-1.259a.75.75 0 1 1 1.482.235L12.732 6h.518a.75.75 0 0 1 0 1.5h-.756L12.257 9h.493a.75.75 0 0 1 0 1.5h-.731l-.142.896a.75.75 0 0 1-.858.623zM9.494 7.5L9.257 9h1.48l.238-1.5H9.494z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})