@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.61 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: 'BoxEdit24Regular',
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: 'M13.409 2.513a3.75 3.75 0 0 0-2.818 0l-7.498 3.04A1.75 1.75 0 0 0 2 7.175v9.653a1.75 1.75 0 0 0 1.093 1.621l7.498 3.04c.14.057.284.105.428.145c.01-.075.025-.15.044-.226l.458-1.83c.162-.648.497-1.24.97-1.712l.26-.26v-6.84L20.5 7.773v3.235a3.294 3.294 0 0 1 1.5.253V7.175a1.75 1.75 0 0 0-1.093-1.622l-7.498-3.04zm-2.254 1.39a2.25 2.25 0 0 1 1.69 0l6.593 2.673l-2.67 1.03L9.241 4.68l1.914-.776zM7.215 5.5l7.477 2.908l-2.69 1.039L4.59 6.565L7.215 5.5zM3.5 7.75l7.75 3.014v9.371a2.129 2.129 0 0 1-.095-.036l-7.499-3.04a.25.25 0 0 1-.156-.232V7.75zm15.6 4.92l-5.903 5.903a2.686 2.686 0 0 0-.706 1.247l-.458 1.831a1.087 1.087 0 0 0 1.319 1.318l1.83-.457a2.686 2.686 0 0 0 1.248-.707l5.902-5.902A2.286 2.286 0 0 0 19.1 12.67z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})