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.22 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 28 28' } exports.default = (0, vue_1.defineComponent)({ name: 'FStop28Regular', 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: 'M15.352 7.939a4.25 4.25 0 0 1 5.664-3.164l.47.177a.75.75 0 1 0 .527-1.404l-.47-.177c-3.328-1.248-6.98.792-7.663 4.28L13.03 12H7.75a.75.75 0 1 0 0 1.5h4.986l-1.088 5.561a4.25 4.25 0 0 1-5.663 3.163l-.471-.176a.75.75 0 0 0-.527 1.404l.471.177c3.328 1.248 6.98-.792 7.662-4.28l1.144-5.85h4.986a.75.75 0 0 0 0-1.5h-4.692l.794-4.06z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })