UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.87 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'MathFormatProfessional24Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M15.662 4.83a.75.75 0 0 0-1.091-.245l-.385.276a.75.75 0 1 1-.872-1.221l.385-.275a2.25 2.25 0 0 1 3.273.735l.669 1.199L19.72 3.22a.75.75 0 1 1 1.06 1.06L18.4 6.66l.885 1.587a.75.75 0 0 0 1.128.217l.364-.296a.75.75 0 0 1 .945 1.165l-.364.295a2.25 2.25 0 0 1-3.383-.65l-.677-1.215L15.28 9.78a.75.75 0 1 1-1.06-1.061l2.318-2.319l-.876-1.57zm-7.314 9.063c-1.452.283-3.093.346-4.676.356c-.343 1.249-.238 2.158.066 2.787c.341.703.993 1.184 1.873 1.403c1.798.449 4.367-.263 6.075-2.212a.75.75 0 1 1 1.128.989c-2.042 2.33-5.171 3.276-7.566 2.678c-1.218-.303-2.286-1.021-2.86-2.204c-.569-1.175-.586-2.678.023-4.435c.823-2.377 2.071-3.852 3.318-4.766a7.911 7.911 0 0 1 3.12-1.373c1.555-.319 2.907.125 3.65 1.101c.755.99.741 2.347-.094 3.488c-.924 1.262-2.448 1.873-4.057 2.188zm.802-5.308a6.412 6.412 0 0 0-2.534 1.113c-.824.604-1.697 1.546-2.386 3.044c1.362-.021 2.677-.097 3.83-.322c1.478-.288 2.544-.796 3.135-1.601c.488-.668.418-1.291.112-1.693c-.316-.415-1.026-.772-2.157-.54z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })