UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.01 kB
'use strict' 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'ImmersiveReader16Filled', 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: 'M1 3.75C1 2.784 1.784 2 2.75 2H6c.788 0 1.499.331 2 .863A2.742 2.742 0 0 1 10 2h3.25c.966 0 1.75.784 1.75 1.75V7.2a1.501 1.501 0 0 0-1.5 0V3.75a.25.25 0 0 0-.25-.25H10c-.69 0-1.25.56-1.25 1.25v3.379L7.879 9H7.5a1.51 1.51 0 0 0-.25.02V4.75c0-.69-.56-1.25-1.25-1.25H2.75a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25H6a1.5 1.5 0 0 0 .867 1.36c-.272.091-.564.14-.867.14H2.75A1.75 1.75 0 0 1 1 12.25v-8.5zm9.691 4.288A.5.5 0 0 1 11 8.5v6a.5.5 0 0 1-.854.354L8.293 13H7.5a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h.793l1.853-1.854a.5.5 0 0 1 .545-.108zm3.959.162c.121.162.285.453.443.874c.255.68.407 1.49.407 2.426c0 .936-.152 1.745-.407 2.426c-.158.421-.322.712-.443.874a.5.5 0 0 1-.848-.523l.116-.182a3.47 3.47 0 0 0 .239-.52c.213-.57.343-1.261.343-2.075c0-.814-.13-1.505-.343-2.074a3.475 3.475 0 0 0-.239-.52L13.85 8.8a.5.5 0 1 1 .8-.6zm-1.703 1.076c.073.145.175.385.277.69c.172.517.276 1.036.276 1.534c0 .499-.104 1.018-.276 1.533a5.502 5.502 0 0 1-.277.69a.5.5 0 1 1-.894-.447l.076-.168a5.45 5.45 0 0 0 .147-.391c.14-.422.224-.84.224-1.217c0-.376-.084-.795-.224-1.217a4.595 4.595 0 0 0-.223-.56a.5.5 0 1 1 .894-.447z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })