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.64 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 12 12' } exports.default = (0, vue_1.defineComponent)({ name: 'BezierCurveSquare12Regular', 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: 'M1 3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-.494a.441.441 0 0 1 0-.012V3zm1 5.968V9a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-.032a2.831 2.831 0 0 1-1.767-.911c-.503-.55-.796-1.258-1.017-1.892c-.07-.2-.133-.39-.191-.567c-.14-.424-.26-.786-.415-1.087C6.404 4.11 6.224 4 6 4c-.224 0-.404.11-.61.51c-.156.302-.275.664-.415 1.088c-.058.178-.12.367-.19.567c-.222.634-.515 1.343-1.018 1.892A2.831 2.831 0 0 1 2 8.967zm8-1.013V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v4.955c.457-.088.779-.3 1.03-.574c.356-.389.595-.93.81-1.546c.053-.15.105-.309.158-.47c.15-.456.308-.937.503-1.313C4.78 3.515 5.224 3 6 3c.776 0 1.221.515 1.499 1.052c.195.376.353.857.503 1.313c.053.161.105.32.157.47c.216.616.455 1.157.811 1.546c.251.274.574.486 1.03.574z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })