UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.51 kB
'use strict' 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'Fluent48Regular', 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: 'M25.364 5h-.216l-.126.017l-.21.057l-12.186 6.088l-.176.123l-.158.158l-.007.009c-.058.07-.109.147-.151.231l-.031.067l-.054.147l-.045.237L12 35.246c0 .445.236.856.62 1.08l12 7a1.25 1.25 0 0 0 1.88-1.087l-.07-11.266l11.373-5.605c.927-.457.93-1.778.006-2.24l-9.764-4.882l9.764-4.882c.921-.46.921-1.775 0-2.236L25.8 5.124l-.178-.072L25.364 5zM14.5 26.274l9.429 4.753l.057 9.035l-9.486-5.534v-8.254zm9.497 1.986l-7.954-4.006l7.944-3.947l.01 7.953zm10.442-4.022l-7.942 3.913l-.012-7.89l7.954 3.977zM14.5 22.228v-7.951l7.94 4.008l-7.94 3.942zm9.487-5.966l-7.95-4.01l7.96-3.98l-.01 7.99zm2.498-.032l.012-7.963l7.958 3.98l-7.97 3.983z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })