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.19 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: 'DesignIdeas20Filled', 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: 'M9 4.5c-.749 0-1.442.235-2.012.635c-.037-.573-.168-1.07-.409-1.51A5 5 0 0 1 14 8h2.251c.966-.001 1.75.783 1.75 1.749v5.5A1.75 1.75 0 0 1 16.25 17h-5.5A1.75 1.75 0 0 1 9 15.25V13a4.983 4.983 0 0 1-2.02-.425c.013-.34.02-.697.02-1.075v-.062c0-.167 0-.359-.003-.567c.568.396 1.258.629 2.003.629V9.75C9 8.784 9.784 8 10.75 8h1.75A3.5 3.5 0 0 0 9 4.5zm4.771 5a5.012 5.012 0 0 1-3.271 3.271v2.479c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-2.479zm-1.608 0H10.75a.25.25 0 0 0-.25.25v1.413A3.515 3.515 0 0 0 12.163 9.5zM4.581 2.125a.5.5 0 0 1 .119.598a.33.33 0 0 0-.013.09c0 .063.016.183.167.333c.073.073.129.125.19.182c.05.046.103.094.17.16c.13.124.267.27.39.453c.255.383.396.862.396 1.559c0 .853-.316 1.58-.809 2.026l.064.074c.28.344.443.79.545 1.23c.2.87.2 1.916.2 2.645v.025c0 2.787-.379 4.368-.796 5.272c-.21.455-.433.745-.626.927a1.48 1.48 0 0 1-.258.198a.99.99 0 0 1-.133.067S4.074 18 4 18s-.187-.036-.187-.036a.748.748 0 0 1-.133-.067a1.48 1.48 0 0 1-.258-.198c-.193-.183-.416-.472-.626-.927C2.379 15.868 2 14.287 2 11.5v-.025c0-.73 0-1.775.2-2.645c.102-.44.265-.886.545-1.23c.02-.025.042-.05.064-.074C2.316 7.08 2 6.353 2 5.5c0-.326.087-.715.207-1.074c.12-.36.288-.732.482-1.032c.231-.39.556-.717.808-.937a5.487 5.487 0 0 1 .432-.343l.044-.03a.5.5 0 0 1 .608.041z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })