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.84 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: 'MathFormatProfessional24Filled', 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: 'M15.444 4.952a.5.5 0 0 0-.728-.163l-.385.275a1 1 0 0 1-1.162-1.627l.385-.276a2.5 2.5 0 0 1 3.636.817l.508.91l1.595-1.595a1 1 0 1 1 1.414 1.414L18.71 6.704l.793 1.42a.5.5 0 0 0 .751.145l.365-.295a1 1 0 0 1 1.26 1.553l-.364.295a2.5 2.5 0 0 1-3.759-.723l-.516-.925l-1.534 1.533a1 1 0 1 1-1.414-1.414l1.935-1.935l-.784-1.406zm-7.048 9.186c-1.416.276-3.002.345-4.53.36c-.273 1.11-.16 1.897.097 2.429c.302.623.885 1.064 1.708 1.27c1.7.423 4.174-.25 5.827-2.134a1 1 0 1 1 1.504 1.318c-2.098 2.393-5.32 3.378-7.815 2.756c-1.274-.318-2.412-1.076-3.023-2.338c-.607-1.253-.612-2.828.01-4.626c.84-2.423 2.118-3.941 3.407-4.886a8.161 8.161 0 0 1 3.218-1.416c1.626-.333 3.085.124 3.9 1.194c.828 1.088.8 2.567-.092 3.787c-.98 1.338-2.58 1.968-4.211 2.286zM9.2 8.83A6.162 6.162 0 0 0 6.764 9.9c-.721.529-1.491 1.333-2.13 2.584c1.207-.03 2.36-.11 3.379-.31c1.455-.283 2.446-.773 2.98-1.503c.43-.589.346-1.09.115-1.394c-.245-.32-.848-.664-1.908-.447z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })