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.53 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: 'StarOff28Regular', 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.22l22.5 22.5a.75.75 0 0 1-1.06 1.06l-3.317-3.316l.082.482c.204 1.184-1.04 2.087-2.103 1.528L14 21.644l-5.382 2.83c-1.064.56-2.307-.344-2.104-1.529l1.028-5.992l-4.354-4.245c-.861-.838-.386-2.3.803-2.473l4.526-.657L2.22 3.28a.75.75 0 1 1 1.06-1.06zm16.286 18.407L9.84 10.9l-5.533.804l4.3 4.192c.342.333.498.813.417 1.283L8.01 23.1l5.316-2.795a1.45 1.45 0 0 1 1.35 0l5.315 2.794l-.424-2.472zm-8.72-12.963l1.12 1.12L14 4.663l2.657 5.385c.212.428.62.725 1.092.793l5.943.864l-4.3 4.192a1.456 1.456 0 0 0-.147.167l1.28 1.28l-.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 */ ) ]) ) ) } })