@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.27 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: 'InkStroke24Filled',
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: 'M3.004 2.907a1 1 0 0 1 1.09-.903l3.746.35c2.655.264 5.202.581 7.296.942c2.041.351 3.797.766 4.762 1.275c.248.131.521.307.732.548c.225.257.438.663.35 1.166c-.082.458-.377.767-.613.953a3.731 3.731 0 0 1-.876.486c-1.27.525-3.66 1.022-7.392 1.51c-1.682.22-2.923.435-3.801.636c.21.046.438.092.68.136c1.217.224 2.75.415 4.382.561c1.247.112 2.582.288 3.723.514c.57.113 1.105.24 1.564.383c.437.136.884.309 1.22.542c.167.115.388.3.534.579c.17.327.203.723.035 1.098c-.142.32-.387.526-.577.655a3.427 3.427 0 0 1-.684.343c-.96.37-2.664.706-5.298 1.02c-2.611.312-4.179.707-5.036 1.096c-.342.156-.513.285-.591.36c.03.046.086.116.181.207c.18.173.444.366.786.568c.682.403 1.563.778 2.417 1.07l3.245 1.046a1 1 0 1 1-.614 1.904L11.004 20.9l-.008-.003c-.933-.319-1.955-.746-2.796-1.243a6.334 6.334 0 0 1-1.152-.845c-.319-.305-.64-.71-.771-1.214c-.147-.564-.023-1.128.34-1.604c.33-.431.826-.756 1.398-1.015c1.147-.52 2.967-.943 5.625-1.26c1.588-.19 2.756-.38 3.587-.56a18.535 18.535 0 0 0-.532-.113a34.976 34.976 0 0 0-3.513-.484c-1.667-.15-3.267-.347-4.565-.586a17.086 17.086 0 0 1-1.728-.397c-.466-.138-.939-.315-1.285-.56a1.553 1.553 0 0 1-.547-.649c-.162-.382-.12-.79.074-1.124c.164-.282.408-.467.601-.587c.207-.127.447-.236.705-.332c1.006-.373 2.759-.727 5.403-1.073c3.232-.423 5.27-.833 6.407-1.201c-.777-.257-1.949-.525-3.451-.783c-2.028-.35-4.522-.661-7.151-.922l-3.738-.35a1 1 0 0 1-.903-1.088z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})