@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.47 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: 'BookToolbox24Regular',
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: 'M14 4h-.5A1.5 1.5 0 0 0 12 5.5V7h2.5v-.25a.75.75 0 0 1 1.5 0V7h3v-.25a.75.75 0 0 1 1.5 0V7H23V5.5A1.5 1.5 0 0 0 21.5 4H21V3a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 14 3v1zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4V3zM12 10.5v-2h2.5v.75a.75.75 0 0 0 1.5 0V8.5h3v.75a.75.75 0 0 0 1.5 0V8.5H23v2a1.5 1.5 0 0 1-1.5 1.5h-8a1.5 1.5 0 0 1-1.5-1.5zm1-7.45c-.37.075-.71.232-1 .45H6.5a1 1 0 0 0-1 1V18H19v-5h1.5v5.75a.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-15A2.5 2.5 0 0 1 6.5 2h6.688c-.122.31-.188.647-.188 1v.05z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})