@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.31 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: 'TextEditStyle24Filled',
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: 'M20.063 8.445a3.218 3.218 0 0 1-.002 4.551l-7.114 7.102a2.25 2.25 0 0 1-.978.573l-4.613 1.303a.75.75 0 0 1-.92-.94l1.387-4.543c.107-.354.3-.675.562-.936l7.124-7.112a3.22 3.22 0 0 1 4.554.002zM8.15 2.37l.05.105l3.253 8.249l-1.157 1.155L9.556 10H5.443l-.995 2.52a.75.75 0 0 1-.876.454l-.098-.031a.75.75 0 0 1-.452-.876l.03-.098l3.754-9.495c.236-.595 1.043-.63 1.345-.104zm-.648 2.422L6.036 8.5h2.928L7.503 4.792z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})