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 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'ShapeExclude24Regular', 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: 'M2 5.25A3.25 3.25 0 0 1 5.25 2h8a3.23 3.23 0 0 1 1.817.555c.382.258.707.596.95.989c.257.416.423.895.47 1.409v.006a3.3 3.3 0 0 1 .013.291V7.5h2.25a3.243 3.243 0 0 1 3.085 2.226c.107.322.165.666.165 1.024v8A3.25 3.25 0 0 1 18.75 22h-8a3.246 3.246 0 0 1-3.25-3.25V16.5H5.25a3.23 3.23 0 0 1-1.706-.483l-.01-.006a3.266 3.266 0 0 1-1.05-1.055a3.23 3.23 0 0 1-.47-1.409l-.001-.006A3.29 3.29 0 0 1 2 13.25v-8zm1.5 2.81v1.88L9.94 3.5H8.06L3.5 8.06zM5.94 3.5h-.69A1.75 1.75 0 0 0 3.5 5.25v.69L5.94 3.5zm6.12 0L3.5 12.06v1.19c0 .206.036.404.101.588l4.04-4.04a3.257 3.257 0 0 1 2.157-2.156l4.04-4.04a1.748 1.748 0 0 0-.588-.102h-1.19zM14.9 4.662L12.06 7.5h1.879L15 6.44V5.25c0-.206-.036-.404-.101-.588zM7.5 12.061l-2.838 2.838c.184.065.382.101.588.101h1.19l1.06-1.06v-1.88zm1.5 6.5v.189c0 .468.184.893.483 1.207L12.94 16.5h-1.88L9 18.56zm7.5-5.621l3.457-3.457A1.744 1.744 0 0 0 18.75 9h-.19l-2.06 2.06v1.88zm4-1.88l-9.44 9.44h1.88l7.56-7.56v-1.88zm0 4l-5.44 5.44h1.88l3.56-3.56v-1.88zm-.034 4.035a1.752 1.752 0 0 1-1.371 1.371l1.371-1.371zM9 10.75V15h4.25A1.75 1.75 0 0 0 15 13.25V9h-4.25A1.75 1.75 0 0 0 9 10.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })