@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: 'PaintBrushArrowDown24Filled',
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: 'M10 4a2 2 0 1 1 4 0v3.5h2.75A2.25 2.25 0 0 1 19 9.75v1.75H5.09a40.1 40.1 0 0 0-.018-1.869C5.035 8.493 5.938 7.5 7.112 7.5H10V4zm-4.961 9H19v1.146a1.75 1.75 0 0 0-2.45 1.604v2.443a1.75 1.75 0 0 0-2.037 2.794L15.525 22h-4.971c.165-.384.36-.872.532-1.388a9.53 9.53 0 0 0 .356-1.341a4.377 4.377 0 0 0 .056-.463l.002-.035v-.023a.75.75 0 0 0-1.5-.01a2.846 2.846 0 0 1-.036.271c-.04.225-.124.596-.3 1.127A16.835 16.835 0 0 1 8.908 22H7.566c.122-.267.262-.584.407-.929c.406-.969.88-2.235 1.02-3.215a.75.75 0 0 0-1.485-.212c-.11.77-.512 1.879-.918 2.847A32.382 32.382 0 0 1 5.91 22H3.75a.75.75 0 0 1-.63-1.157c.948-1.465 1.47-3.581 1.735-5.729A31.2 31.2 0 0 0 5.039 13zm10.18 6.22a.75.75 0 0 1 1.061 0l1.27 1.27v-4.74a.75.75 0 0 1 1.5 0v4.64l1.17-1.17a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 0-1.06z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})