@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.82 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'BookCoins24Regular',
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: 'M10.197 7.464C10.82 7.167 11.634 7 12.5 7c.866 0 1.681.167 2.303.464C15.378 7.739 16 8.24 16 9s-.621 1.26-1.197 1.536c-.622.297-1.437.464-2.303.464c-.866 0-1.681-.167-2.303-.464C9.622 10.261 9 9.76 9 9s.622-1.26 1.197-1.536zm.54 1.128c-.465.222-.487.408-.487.408s.022.186.487.408c.419.2 1.041.342 1.763.342s1.344-.141 1.763-.342c.465-.222.487-.408.487-.408s-.022-.186-.487-.408c-.419-.2-1.041-.342-1.763-.342s-1.344.141-1.763.342zM12.5 12c1.41 0 2.67-.433 3.495-1.11c.003.037.005.073.005.11c0 1.105-1.567 2-3.5 2S9 12.105 9 11c0-.037.002-.073.005-.11C9.83 11.567 11.09 12 12.5 12zm0 2c1.41 0 2.67-.433 3.495-1.11c.003.037.005.073.005.11c0 1.105-1.567 2-3.5 2S9 14.105 9 13c0-.037.002-.073.005-.11C9.83 13.567 11.09 14 12.5 14zm-6-12A2.5 2.5 0 0 0 4 4.5v15A2.5 2.5 0 0 0 6.5 22h13.25a.75.75 0 0 0 0-1.5H6.5a1 1 0 0 1-1-1h14.25a.75.75 0 0 0 .75-.75V4.5A2.5 2.5 0 0 0 18 2H6.5zM19 18H5.5V4.5a1 1 0 0 1 1-1H18a1 1 0 0 1 1 1V18z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})