@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.73 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'ShapeSubtract24Regular',
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.25 2A3.25 3.25 0 0 0 2 5.25v8a3.23 3.23 0 0 0 .555 1.817c.258.382.596.707.989.95a3.23 3.23 0 0 0 1.409.47h.006a3.3 3.3 0 0 0 .291.013H7.5v2.25A3.25 3.25 0 0 0 10.75 22h8A3.25 3.25 0 0 0 22 18.75v-8a3.25 3.25 0 0 0-3.25-3.25H16.5V5.25a3.23 3.23 0 0 0-.555-1.817a3.268 3.268 0 0 0-.989-.95a3.23 3.23 0 0 0-1.409-.47h-.006A3.29 3.29 0 0 0 13.25 2h-8zm.69 1.5L3.5 5.94v-.69c0-.966.784-1.75 1.75-1.75h.69zM3.5 8.06L8.06 3.5h1.88L3.5 9.94V8.06zm8.56-4.56h1.19c.206 0 .404.036.588.101l-4.04 4.04a3.257 3.257 0 0 0-2.156 2.157l-4.04 4.04a1.748 1.748 0 0 1-.102-.588v-1.19l8.56-8.56zM14.9 4.662c.065.184.101.382.101.588v1.19L13.94 7.5h-1.88L14.9 4.662zM7.5 12.061v1.879L6.44 15H5.25c-.206 0-.404-.036-.588-.101L7.5 12.06zM9 10.75C9 9.784 9.784 9 10.75 9h8c.966 0 1.75.784 1.75 1.75v8a1.75 1.75 0 0 1-1.75 1.75h-8A1.75 1.75 0 0 1 9 18.75v-8z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})