@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.71 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'NotepadPerson16Filled',
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: 'M5 1a.5.5 0 0 1 .5.5V2h2v-.5a.5.5 0 0 1 1 0V2h2v-.5a.5.5 0 0 1 1 0V2A1.5 1.5 0 0 1 13 3.5v1.901A2.986 2.986 0 0 0 11.5 5c-.386 0-.756.073-1.095.206A.5.5 0 0 0 10 5H6a.5.5 0 0 0 0 1h3.264A2.989 2.989 0 0 0 8.5 8H6a.5.5 0 0 0 0 1h2.67c.135.38.343.724.609 1.016c-.137.02-.267.059-.388.113C7.833 10.329 7 11.236 7 12.376c0 .938.378 1.796 1 2.428V15H4.5A1.5 1.5 0 0 1 3 13.5v-10A1.5 1.5 0 0 1 4.5 2v-.5A.5.5 0 0 1 5 1zm.5 10.5a.5.5 0 0 0 .5.5h.5a.5.5 0 0 0 0-1H6a.5.5 0 0 0-.5.5zm3.828-.412c-.04 0-.08.002-.119.005c-.678.059-1.209.61-1.209 1.283a2.478 2.478 0 0 0 1.21 2.121c.226.138.478.243.748.309l.083.02c.958.232 1.96.232 2.918 0l.083-.02c1.15-.279 1.958-1.281 1.958-2.43c0-.711-.595-1.288-1.328-1.288H9.328zM11.5 6c.597 0 1.133.262 1.5.677c.311.353.5.816.5 1.323s-.189.97-.5 1.323A2 2 0 0 1 9.5 8a2 2 0 0 1 2-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})