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.99 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: 'CubeRotate20Filled', 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: 'M8.533 2.627a3.5 3.5 0 0 1 2.934 0l4.662 2.151A1.5 1.5 0 0 1 17 6.14V8h-1a1.5 1.5 0 0 0-.812 2.762C13.925 11.494 12.103 12 9.999 12c-2.103 0-3.925-.507-5.188-1.239A1.499 1.499 0 0 0 4 8.001H3V6.14a1.5 1.5 0 0 1 .871-1.363l4.662-2.151zM6.697 6.54a.5.5 0 0 0-.394.92L9.5 8.83v1.67a.5.5 0 1 0 1 0V8.83l3.197-1.37a.5.5 0 1 0-.394-.92L10 7.957L6.697 6.54zm8.803 2.96A.5.5 0 0 1 16 9h2.5a.5.5 0 0 1 .5.5V12a.5.5 0 0 1-1 0v-.98a6.194 6.194 0 0 1-1 .936c-.2.151-.412.296-.637.433C14.735 13.385 12.485 14 10 14c-2.485 0-4.735-.615-6.364-1.61A7.813 7.813 0 0 1 3 11.959a6.2 6.2 0 0 1-1-.935V12a.5.5 0 0 1-1 0V9.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H2.48c.142.216.315.429.52.636c.122.124.254.245.399.364a6.574 6.574 0 0 0 .758.535c.41.252.872.479 1.375.674c1.266.494 2.798.79 4.467.79c1.67 0 3.203-.297 4.47-.79a8.672 8.672 0 0 0 1.373-.674c.28-.171.533-.35.758-.535c.145-.12.278-.242.4-.365c.205-.207.377-.42.518-.635H16a.5.5 0 0 1-.5-.5zM10 15c-2.665 0-5.163-.669-7-1.828v.688a1.5 1.5 0 0 0 .871 1.362l4.662 2.151a3.5 3.5 0 0 0 2.934 0l4.662-2.151A1.5 1.5 0 0 0 17 13.86v-.689c-1.837 1.16-4.336 1.829-7 1.829z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })