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.7 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: 'BezierCurveSquare20Filled', 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: 'M5 3a2 2 0 0 0-2 2v8c1.393 0 2.265-.402 2.862-.96c.614-.572.987-1.354 1.292-2.208c.105-.293.196-.58.288-.867l.132-.406c.136-.413.282-.826.463-1.189c.182-.363.414-.708.738-.963A1.929 1.929 0 0 1 10 6c.482 0 .889.144 1.225.407c.324.255.556.6.738.963c.181.363.328.776.463 1.189c.045.136.088.271.131.406c.092.288.184.574.289.867c.305.854.678 1.636 1.292 2.209c.597.557 1.47.959 2.862.959V5a2 2 0 0 0-2-2H5zm12 11c-1.607 0-2.735-.473-3.544-1.228c-.793-.74-1.232-1.708-1.552-2.604c-.11-.308-.21-.622-.305-.917l-.123-.38a7.996 7.996 0 0 0-.408-1.054c-.146-.293-.297-.495-.46-.623A.931.931 0 0 0 10 7a.932.932 0 0 0-.608.194c-.163.128-.314.33-.46.623a7.987 7.987 0 0 0-.408 1.054l-.123.38c-.094.295-.195.609-.305.917c-.32.896-.76 1.864-1.552 2.604C5.735 13.527 4.607 14 3 14v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })