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.36 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: 'RibbonOff20Regular', 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: 'M4.625 5.332L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708L14 14.707V17.5a.5.5 0 0 1-.748.434L10 16.076l-3.252 1.858A.5.5 0 0 1 6 17.5v-5.028A5.985 5.985 0 0 1 4 8c0-.959.225-1.865.625-2.668zm8.043 8.044c-.803.4-1.71.624-2.668.624a5.973 5.973 0 0 1-3-.803v3.442l2.752-1.573a.5.5 0 0 1 .496 0L13 16.64v-2.932l-.332-.332zm-.754-.755L5.379 6.086a5 5 0 0 0 6.534 6.534zM15 8c0 1.35-.535 2.575-1.404 3.474l.707.707a6 6 0 0 0-8.484-8.484l.707.707A5 5 0 0 1 15 8z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })