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.78 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: 'BezierCurveSquare20Regular', 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 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5zm11 9.92c-.835-.143-1.423-.47-1.862-.88c-.614-.572-.987-1.354-1.292-2.208c-.105-.293-.197-.58-.289-.867l-.13-.406a8.915 8.915 0 0 0-.464-1.189c-.182-.363-.414-.708-.738-.963A1.93 1.93 0 0 0 10 6c-.482 0-.889.144-1.225.407c-.324.255-.556.6-.738.963a8.926 8.926 0 0 0-.463 1.189l-.132.406c-.092.287-.183.574-.288.867c-.305.854-.678 1.636-1.292 2.209c-.44.41-1.027.736-1.862.88V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.92zM4 13.932c1.092-.156 1.915-.573 2.544-1.16c.793-.74 1.232-1.708 1.552-2.604c.11-.308.21-.622.305-.917l.123-.38c.134-.407.261-.76.408-1.054c.146-.293.297-.495.46-.623A.932.932 0 0 1 10 7c.268 0 .455.075.607.194c.164.128.315.33.461.623c.147.293.274.647.408 1.054l.123.38c.095.295.195.609.305.917c.32.896.76 1.864 1.552 2.604c.63.587 1.452 1.004 2.544 1.16V15a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1.068z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })