@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.8 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: 'NotepadPerson24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M5.753 22.005a2.25 2.25 0 0 1-2.25-2.25L3.502 5.75a2.25 2.25 0 0 1 2.25-2.25l.747-.001V2.75a.75.75 0 0 1 .649-.743L7.25 2a.75.75 0 0 1 .743.648L8 2.75l-.001.749H11V2.75a.75.75 0 0 1 .649-.743L11.75 2a.75.75 0 0 1 .744.648l.007.102l-.001.749h2.998V2.75a.75.75 0 0 1 .649-.743L16.25 2a.75.75 0 0 1 .743.648L17 2.75l-.001.749h.75a2.25 2.25 0 0 1 2.25 2.25v5.587A3.485 3.485 0 0 0 18.5 11h-.001V5.75a.75.75 0 0 0-.751-.75H5.742a.75.75 0 0 0-.74.75l.001 14.004c0 .415.336.75.75.75h7.3c.088.526.29 1.038.615 1.5H5.753zM7.25 16h3.998a.75.75 0 0 1 .102 1.493l-.102.007H7.25a.75.75 0 0 1-.102-1.493L7.25 16zm0-8h8.998a.75.75 0 0 1 .102 1.493l-.102.007H7.25a.75.75 0 0 1-.102-1.493L7.25 8zm11.25 9a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zm0 6c3.214 0 4.5-1.569 4.5-3.125v-.103c0-.979-.794-1.772-1.773-1.772h-5.454c-.98 0-1.773.793-1.773 1.772v.103C14 21.437 15.286 23 18.5 23zM7.25 12a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5h-6z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})