UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 2.19 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: 'SkipForward3024Filled', 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: 'M21 2.25a1 1 0 0 1 1 1V9a1 1 0 0 1-1 1h-5.25a1 1 0 1 1 0-2h3.387c-.985-1.179-2.208-2.113-3.682-2.57a9.435 9.435 0 0 0-6.106.16c-1.981.738-3.81 2.232-4.722 3.894a1 1 0 1 1-1.754-.961C4.048 6.38 6.288 4.596 8.652 3.716a11.435 11.435 0 0 1 7.394-.196c1.576.488 2.886 1.38 3.954 2.459V3.25a1 1 0 0 1 1-1zM6.456 13.708c.154-.153.307-.304.578-.436C7.306 13.14 7.755 13 8.5 13c1.607 0 1.924.77 1.933 1.035c.009.242-.217.965-1.683.965a1 1 0 0 0 0 2c1.466 0 1.692.723 1.683.964c-.01.267-.326 1.036-1.933 1.036c-.745 0-1.194-.14-1.466-.273a1.999 1.999 0 0 1-.578-.436a1 1 0 0 0-1.412 1.417l.008.008c.186.185.53.53 1.105.81c.581.282 1.337.474 2.343.474c2.244 0 3.87-1.23 3.932-2.965A2.62 2.62 0 0 0 11.59 16a2.62 2.62 0 0 0 .843-2.036C12.37 12.23 10.744 11 8.5 11c-1.006 0-1.762.191-2.343.475c-.574.28-.92.623-1.105.81l-.008.006a1 1 0 0 0 1.412 1.417zm7.786-1.047C14.85 11.635 15.864 11 17.25 11s2.4.635 3.008 1.661c.564.95.742 2.161.742 3.339s-.178 2.39-.742 3.339c-.608 1.025-1.622 1.66-3.008 1.66s-2.4-.635-3.008-1.66c-.564-.95-.742-2.161-.742-3.34c0-1.177.178-2.389.742-3.338zm1.72 1.02c-.296.499-.462 1.288-.462 2.319s.166 1.82.461 2.318c.251.422.613.682 1.289.682c.676 0 1.038-.26 1.288-.682C18.834 17.82 19 17.03 19 16c0-1.031-.166-1.82-.462-2.318c-.25-.422-.612-.682-1.288-.682s-1.038.26-1.289.682z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })