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.43 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'RibbonOff24Regular', 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: 'M5.454 6.515L2.22 3.28a.75.75 0 1 1 1.06-1.06l18.5 18.5a.75.75 0 0 1-1.06 1.06L17 18.06v3.19a.75.75 0 0 1-1.093.668l-.09-.055L12 19.176l-3.816 2.687a.75.75 0 0 1-1.175-.508L7 21.25l-.002-7.352A6.977 6.977 0 0 1 5 9c0-.875.16-1.713.454-2.485zM15.499 16.56l-1.014-1.014A6.983 6.983 0 0 1 12 16c-1.275 0-2.47-.34-3.5-.936v4.74l3.067-2.159a.75.75 0 0 1 .763-.06l.1.06l3.07 2.16V16.56zm-2.211-2.211L6.652 7.712a5.5 5.5 0 0 0 6.636 6.636zM17.5 9c0 1.473-.579 2.81-1.521 3.797l1.06 1.061A7 7 0 0 0 7.142 3.96l1.062 1.061A5.5 5.5 0 0 1 17.5 9z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })