UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 1.57 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'BookCoins24Filled', 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: 'M4 4.5A2.5 2.5 0 0 1 6.5 2H18a2.5 2.5 0 0 1 2.5 2.5v14.25a.75.75 0 0 1-.75.75H5.5a1 1 0 0 0 1 1h13.25a.75.75 0 0 1 0 1.5H6.5A2.5 2.5 0 0 1 4 19.5v-15zm6.197 2.964C9.622 7.739 9 8.24 9 9s.622 1.26 1.197 1.536c.622.297 1.437.464 2.303.464c.866 0 1.681-.167 2.303-.464C15.378 10.261 16 9.76 16 9s-.621-1.26-1.197-1.536C14.18 7.167 13.366 7 12.5 7c-.866 0-1.681.167-2.303.464zm5.798 3.426C15.17 11.567 13.91 12 12.5 12c-1.41 0-2.67-.433-3.495-1.11A1.163 1.163 0 0 0 9 11c0 1.105 1.567 2 3.5 2s3.5-.895 3.5-2c0-.037-.002-.073-.005-.11zM12.5 14c-1.41 0-2.67-.433-3.495-1.11A1.166 1.166 0 0 0 9 13c0 1.105 1.567 2 3.5 2s3.5-.895 3.5-2a1.15 1.15 0 0 0-.005-.11C15.17 13.567 13.91 14 12.5 14z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })