@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.35 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 20 20'
}
export default defineComponent({
name: 'History20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M3.5 1.996l.09.008a.5.5 0 0 1 .402.402l.008.09v2.212a8 8 0 1 1-1.865 6.75a10.314 10.314 0 0 1-.13-1.98a.5.5 0 0 1 .998.042a9.36 9.36 0 0 0 .114 1.755a7 7 0 1 0 1.141-5.28l3.242.001l.09.008a.5.5 0 0 1 0 .984l-.09.008h-4l-.09-.008a.5.5 0 0 1-.402-.402L3 6.496v-4l.008-.09a.5.5 0 0 1 .402-.402l.09-.008zm6 4l.09.008a.5.5 0 0 1 .402.402l.008.09V10.5h2l.09.008a.5.5 0 0 1 0 .984L12 11.5H9.5l-.09-.008a.5.5 0 0 1-.402-.402L9 11V6.496l.008-.09a.5.5 0 0 1 .402-.402l.09-.008z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})