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.91 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: 'MathFormatLinear24Filled', 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: 'M11.707 3.293a1 1 0 0 0-1.414 0l-2 2a1 1 0 0 0 1.414 1.414L11 5.414l1.293 1.293a1 1 0 1 0 1.414-1.414l-2-2zm2.766 6.44a.5.5 0 0 1 .768.147l1.109 2.106l-3.557 3.557a1 1 0 0 0 1.414 1.414l3.118-3.118l1.164 2.213a2.5 2.5 0 0 0 3.84.733l.322-.276a1 1 0 0 0-1.302-1.518l-.322.276a.5.5 0 0 1-.768-.147l-1.453-2.761l2.901-2.902a1 1 0 0 0-1.414-1.414l-2.463 2.463l-.82-1.558a2.5 2.5 0 0 0-3.839-.733l-.322.276a1 1 0 1 0 1.302 1.518l.322-.276zM3.045 13.715c.87-.017 1.777-.075 2.605-.254c1.076-.232 2.189-.705 2.872-1.737c.613-.928.642-2.058.054-2.912c-.6-.872-1.69-1.242-2.861-.977A5.168 5.168 0 0 0 3.56 8.842c-.874.694-1.701 1.807-2.257 3.581c-.4 1.281-.408 2.434.003 3.374c.421.96 1.22 1.56 2.13 1.812c1.763.486 3.939-.296 5.317-2.036a1 1 0 0 0-1.568-1.242c-.967 1.222-2.356 1.587-3.217 1.35c-.4-.11-.679-.341-.83-.686c-.118-.27-.19-.685-.093-1.28zm3.884-3.769c.075.11.14.35-.075.674c-.265.4-.772.702-1.627.886a9.62 9.62 0 0 1-1.46.181c.341-.622.71-1.02 1.037-1.28a3.179 3.179 0 0 1 1.353-.621c.508-.115.709.069.772.16z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })