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.95 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: 'Multiplier12X20Regular', 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.66 6.026A.5.5 0 0 1 5 6.5v7a.5.5 0 0 1-1 0V7.957a5.999 5.999 0 0 1-1.243.972a.5.5 0 0 1-.514-.858c.937-.562 1.31-1.095 1.639-1.567a9.47 9.47 0 0 1 .22-.306a.5.5 0 0 1 .558-.172zm4.333 2.06v-.003L9 8.058a1.494 1.494 0 0 1 .244-.507C9.439 7.29 9.796 7 10.5 7c.638 0 1.04.209 1.267.497c.231.294.353.762.24 1.418c-.066.386-.26.616-.563.81c-.248.16-.526.273-.859.408c-.133.054-.274.112-.426.177c-.492.212-1.047.495-1.471 1.001C8.253 11.831 8 12.532 8 13.5a.5.5 0 0 0 .5.5h4a.5.5 0 1 0 0-1H9.031c.066-.49.229-.814.424-1.047c.267-.32.64-.527 1.1-.725c.102-.044.213-.089.329-.136c.361-.146.768-.311 1.1-.525c.483-.31.885-.76 1.009-1.482c.145-.844.017-1.626-.441-2.207C12.089 6.291 11.362 6 10.5 6c-1.045 0-1.689.46-2.056.95a2.495 2.495 0 0 0-.43.933l-.005.022l-.001.007v.005h-.001c-.03.176-.02.126-.011.068l.01-.066a.5.5 0 0 0 .987.167zm5.86 2.06a.5.5 0 0 0-.707.707L15.293 12l-1.147 1.146a.5.5 0 0 0 .708.707L16 12.707l1.146 1.146a.5.5 0 0 0 .708-.707L16.707 12l1.147-1.147a.5.5 0 0 0-.708-.707L16 11.293l-1.146-1.147zM7 13.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })