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.29 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: 'StarOff28Filled', 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: 'M3.28 2.22a.75.75 0 1 0-1.06 1.06l6.297 6.298l-4.526.657c-1.19.173-1.664 1.635-.803 2.473l4.354 4.245l-1.028 5.992c-.203 1.185 1.04 2.088 2.104 1.53L14 21.644l5.382 2.83c1.063.558 2.307-.345 2.103-1.53l-.082-.481l3.316 3.317a.75.75 0 0 0 1.061-1.061L3.28 2.22zm7.566 5.444l9.679 9.68l-.067-.391l4.354-4.245c.86-.838.385-2.3-.804-2.473l-6.017-.874L15.3 3.908c-.532-1.077-2.069-1.077-2.6 0l-1.854 3.756z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })