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.41 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: 'Icons20Regular', 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: 'M10 3a3 3 0 0 0-2.17 5.072c.104.109.17.25.17.4A.528.528 0 0 1 7.472 9H3.423A.423.423 0 0 0 3 9.423A4.577 4.577 0 0 0 7.577 14h1.126a1.5 1.5 0 0 0 .182.25c-.22.237-.425.486-.62.75h-.688A5.577 5.577 0 0 1 2 9.423C2 8.637 2.637 8 3.423 8h3.112a4 4 0 1 1 7.339-3h1.96C16.477 5 17 5.522 17 6.167C17 7.179 16.18 8 15.167 8h-1.702c-.076.132-.16.26-.25.381c.362.203.678.48.927.809a9.835 9.835 0 0 0-1.34.11a1.987 1.987 0 0 0-.667-.263c-.21-.04-.385-.21-.385-.424c0-.132.068-.253.173-.333c.084-.064.186-.149.28-.246h.002c.273-.296.487-.647.624-1.034h2.338c.46 0 .833-.373.833-.833A.167.167 0 0 0 15.833 6H13a3 3 0 0 0-3-3zm5.657 8.154c-.714-.15-1.513-.262-2.345-.158c-1.569.196-2.381 1.273-2.848 2.437a.5.5 0 1 1-.928-.373c.533-1.33 1.57-2.796 3.652-3.056c.993-.124 1.92.013 2.674.171c.225.047.452.1.657.148l.344.079c.295.065.498.098.637.098a.5.5 0 0 1 .447.724c-.051.102-.135.237-.218.372l-.017.026c-.095.155-.206.335-.324.542a7.508 7.508 0 0 0-.77 1.86c-.155.557-.366 1.306-.734 1.937c-.238.408-.556.797-.996 1.083c-.445.29-.986.456-1.638.456c-1.066 0-1.828-.561-2.301-1.078a4.42 4.42 0 0 1-.558-.762c-.603.611-1.061 1.299-1.444 2.064a.5.5 0 1 1-.894-.448c1.061-2.122 2.667-3.71 5.789-4.75a.5.5 0 1 1 .316.948c-1.251.418-2.222.92-2.997 1.51a3.41 3.41 0 0 0 .525.763c.366.398.88.753 1.564.753c.473 0 .822-.118 1.092-.294c.275-.179.495-.435.679-.75c.296-.507.46-1.086.614-1.633c.046-.16.09-.318.137-.47a8.508 8.508 0 0 1 .747-1.684c.057-.1.113-.195.166-.283l-.037-.008c-.128-.028-.254-.058-.382-.087a25.27 25.27 0 0 0-.609-.137z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })