@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.98 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ImmersiveReader28Filled',
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: 'M11.5 4c.98 0 1.865.402 2.5 1.05A3.49 3.49 0 0 1 16.5 4H24a2 2 0 0 1 2 2v9.52a3.399 3.399 0 0 0-.13-.114a1.75 1.75 0 0 0-1.87-.238V6h-7.5A1.5 1.5 0 0 0 15 7.5V17h-.25A1.75 1.75 0 0 0 13 18.75V7.5A1.5 1.5 0 0 0 11.5 6H4v16h7.5a1.5 1.5 0 0 0 1.5-1.5v1.75c0 .446.167.853.442 1.162A3.484 3.484 0 0 1 11.5 24H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h7.5zM21 23.975l.025.025H21v-.025zm-1.486-7.927a.75.75 0 0 1 .486.702v7.5a.75.75 0 0 1-1.314.494L17.16 23h-2.41a.75.75 0 0 1-.75-.75v-3.5a.75.75 0 0 1 .75-.75h2.41l1.526-1.744a.75.75 0 0 1 .828-.208zm6.63 1.254c-.329-.547-.666-.921-.914-1.128a.75.75 0 1 0-.96 1.152c.127.106.352.357.587.747c.401.67.643 1.475.643 2.427s-.242 1.758-.643 2.427c-.235.39-.46.641-.587.747a.75.75 0 1 0 .96 1.152c.248-.207.585-.58.913-1.128c.536-.893.857-1.962.857-3.198s-.32-2.305-.857-3.198zm-2.77 1.095a3.075 3.075 0 0 0-.674-.747a.75.75 0 0 0-.9 1.2c.062.046.19.175.326.379c.234.35.374.77.374 1.271c0 .5-.14.92-.374 1.271a1.68 1.68 0 0 1-.326.379l-.084.073a.75.75 0 0 0 .984 1.127c.189-.141.435-.388.674-.746A3.734 3.734 0 0 0 24 20.5c0-.812-.235-1.517-.626-2.104z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})