@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.65 kB
JavaScript
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: 'DesignIdeas20Regular',
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 4c-.763 0-1.475.213-2.082.584a3.305 3.305 0 0 0-.339-.96A5 5 0 0 1 14 8h2.501A1.5 1.5 0 0 1 18 9.5v6a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 9 15.5V13a4.983 4.983 0 0 1-2.02-.425c.013-.34.02-.697.02-1.075v-.035c.588.34 1.271.535 2 .535V9.5A1.5 1.5 0 0 1 10.5 8H13a4 4 0 0 0-4-4zm4.9 5a5.006 5.006 0 0 1-3.9 3.9v2.6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-2.6zm-1.026 0H10.5a.5.5 0 0 0-.5.5v2.374A4.007 4.007 0 0 0 12.874 9zM4.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.03-.02l.009-.007l.003-.002l.002-.001a.5.5 0 0 1 .608.041zM4 7C4.387 6.999 5 6.57 5 5.5c0-.553-.109-.824-.229-1.004a1.768 1.768 0 0 0-.251-.289l-.124-.116c-.081-.076-.176-.164-.25-.237a1.67 1.67 0 0 1-.279-.365a2.493 2.493 0 0 0-.334.44c-.14.215-.276.51-.377.814c-.104.31-.156.584-.156.757C3 6.572 3.615 7 4 7h.002zm-.48 1.232c-.142.173-.26.449-.346.823C3.002 9.803 3 10.743 3 11.5c0 2.713.371 4.132.704 4.853c.11.237.213.395.296.5c.083-.105.187-.263.296-.5c.333-.721.704-2.14.704-4.853c0-.757-.002-1.697-.175-2.445c-.086-.374-.204-.65-.345-.823A.572.572 0 0 0 4 8h-.002a.571.571 0 0 0-.478.232z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})