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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'StarOff20Filled', 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: 'M2.856 2.146a.5.5 0 1 0-.708.708l4.093 4.092l-3.384.492a1 1 0 0 0-.554 1.705l3.124 3.045l-.738 4.3A1 1 0 0 0 6.14 17.54l3.861-2.03l3.86 2.03a1 1 0 0 0 1.452-1.054l-.097-.566l1.932 1.933a.5.5 0 0 0 .707-.708l-15-15zm11.72 10.042l.054.319l-6.875-6.875L9.105 2.9a1 1 0 0 1 1.793 0l1.93 3.911l4.317.628a1 1 0 0 1 .554 1.705l-3.124 3.045z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })