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.1 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'Symbols16Regular', 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.897 2.397a1.56 1.56 0 1 1 2.207 2.207l-2.25 2.25a.5.5 0 0 1-.707 0l-2.25-2.25a1.56 1.56 0 1 1 2.207-2.207l.396.396l.397-.396zm1.5.707a.56.56 0 0 0-.793 0l-.75.75a.5.5 0 0 1-.707 0l-.75-.75a.56.56 0 0 0-.793.793L11.5 5.793l1.897-1.896a.56.56 0 0 0 0-.793zM4.5 7a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5zm1.354-1.853l-2-2a1.5 1.5 0 0 1 2 2zm-.707.707a1.5 1.5 0 0 1-2-2l2 2zM5 9.5a.5.5 0 0 0-1 0V11H2.5a.5.5 0 0 0 0 1H4v1.5a.5.5 0 1 0 1 0V12h1.5a.5.5 0 1 0 0-1H5V9.5zM9.5 15a.5.5 0 0 1-.5-.5v-2a.499.499 0 0 1 .511-.5H11a.5.5 0 0 1 0 1h-.638c.043.056.09.114.14.17c.375.43.936.83 1.748.83c.633 0 1.1-.21 1.41-.416a2.285 2.285 0 0 0 .44-.384a.5.5 0 0 1 .8.6l-.4-.3l.4.3l-.001.002l-.002.002l-.004.005l-.011.015l-.038.044a3.28 3.28 0 0 1-.63.548A3.503 3.503 0 0 1 12.25 15c-1.006 0-1.744-.43-2.25-.91v.41a.5.5 0 0 1-.5.5zm5-6a.5.5 0 0 1 .5.5v2a.498.498 0 0 1-.511.5H13a.5.5 0 1 1 0-1h.638a3.133 3.133 0 0 0-.14-.17c-.375-.43-.936-.83-1.748-.83c-.633 0-1.1.21-1.41.416a2.285 2.285 0 0 0-.425.367l-.006.007a.5.5 0 1 1-.809-.59l.4.3l-.4-.3l.001-.002l.002-.002l.004-.005l.011-.014l.038-.045c.03-.037.074-.085.131-.142c.113-.113.279-.26.498-.406A3.504 3.504 0 0 1 11.75 9c1.006 0 1.744.43 2.25.91V9.5a.5.5 0 0 1 .5-.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })