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.76 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'SkipBack1032Regular', 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 4v3.801c3.066-3.224 7.702-4.974 12.015-4.91c5.852.088 10.784 3.444 13.827 8.184a1 1 0 0 1-1.683 1.08c-2.756-4.292-7.119-7.188-12.174-7.264C11.78 4.828 7.313 6.727 4.74 10H10a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1V4a1 1 0 1 1 2 0zm8.327 11.055A1 1 0 0 1 13 16v12a1 1 0 1 1-2 0v-9.578c-.55.47-1.217.975-1.985 1.436a1 1 0 0 1-1.03-1.716a13.263 13.263 0 0 0 3.221-2.75l.007-.01a1 1 0 0 1 1.114-.327zm4.828 2.21C17.94 15.88 19.247 15 21.101 15s3.161.88 3.945 2.265c.74 1.306.99 3.01.99 4.735c0 1.725-.25 3.43-.99 4.735C24.262 28.12 22.955 29 21.1 29c-1.854 0-3.162-.88-3.946-2.265c-.74-1.306-.99-3.01-.99-4.735c0-1.725.25-3.43.99-4.735zm1.74.985c-.49.865-.73 2.161-.73 3.75c0 1.588.24 2.885.73 3.75c.447.788 1.107 1.25 2.206 1.25c1.098 0 1.758-.462 2.205-1.25c.49-.865.73-2.162.73-3.75c0-1.589-.24-2.885-.73-3.75c-.447-.788-1.107-1.25-2.205-1.25c-1.099 0-1.76.462-2.206 1.25z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })