@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.64 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 24 24'
}
export default defineComponent({
name: 'PageFit24Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M18.25 4A3.75 3.75 0 0 1 22 7.75v8.5A3.75 3.75 0 0 1 18.25 20H5.75A3.75 3.75 0 0 1 2 16.25v-8.5A3.75 3.75 0 0 1 5.75 4h12.5zm0 9a.75.75 0 0 0-.743.648l-.007.102V15a.5.5 0 0 1-.41.492L17 15.5h-1.25a.75.75 0 0 0-.102 1.493l.102.007H17a2 2 0 0 0 1.994-1.85L19 15v-1.25a.75.75 0 0 0-.75-.75zm-12.5 0a.75.75 0 0 0-.743.648L5 13.75V15a2 2 0 0 0 1.85 1.994L7 17h1.25a.75.75 0 0 0 .102-1.493L8.25 15.5H7a.5.5 0 0 1-.492-.41L6.5 15v-1.25a.75.75 0 0 0-.75-.75zm2.5-6H7l-.15.005a2 2 0 0 0-1.844 1.838L5 9v1.25l.007.102a.75.75 0 0 0 1.486 0l.007-.102V9l.008-.09a.5.5 0 0 1 .402-.402L7 8.5h1.25l.102-.007a.75.75 0 0 0 0-1.486L8.25 7zM17 7h-1.25a.75.75 0 0 0-.102 1.493l.102.007H17a.5.5 0 0 1 .492.41L17.5 9v1.25a.75.75 0 0 0 1.493.102L19 10.25V9a2 2 0 0 0-1.85-1.995L17 7z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})