@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.95 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'ImmersiveReader16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M1 3.5A1.5 1.5 0 0 1 2.5 2H6c.818 0 1.544.393 2 1c.456-.607 1.182-1 2-1h3.5A1.5 1.5 0 0 1 15 3.5v3.7a1.506 1.506 0 0 0-1-.18V3.5a.5.5 0 0 0-.5-.5H10a1.5 1.5 0 0 0-1.5 1.5v3.879L7.879 9H7.5V4.5A1.5 1.5 0 0 0 6 3H2.5a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5H6c.028 0 .057 0 .085-.002c.132.375.409.683.764.854A2.495 2.495 0 0 1 6 14H2.5A1.5 1.5 0 0 1 1 12.5v-9zm9.691 4.538A.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 */
)
])
)
)
}
})