@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.1 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: 'ImmersiveReader28Regular',
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 4c1.005 0 1.904.456 2.5 1.173A3.243 3.243 0 0 1 16.5 4h7.75c.966 0 1.75.784 1.75 1.75v9.77a3.399 3.399 0 0 0-.13-.114a1.746 1.746 0 0 0-1.37-.388V5.75a.25.25 0 0 0-.25-.25H16.5a1.75 1.75 0 0 0-1.75 1.75V17c-.637 0-1.194.34-1.5.848V7.25A1.75 1.75 0 0 0 11.5 5.5H3.75a.25.25 0 0 0-.25.25v16.5c0 .138.112.25.25.25h7.75c.637 0 1.194-.34 1.5-.848v.598c0 .43.155.824.412 1.128A3.235 3.235 0 0 1 11.5 24H3.75A1.75 1.75 0 0 1 2 22.25V5.75C2 4.784 2.784 4 3.75 4h7.75zM21 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 */
)
])
)
)
}
})