@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.56 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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextClearFormatting16Filled',
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: 'M4.5 1c.2 0 .38.12.46.303l2.884 6.731l-.753.754a.502.502 0 0 1-.05-.091L6.313 7H2.687L1.96 8.697a.5.5 0 0 1-.92-.394l3-7A.5.5 0 0 1 4.5 1zm1.385 5L4.5 2.77L3.116 6h2.769zm8.427.19c.002-.063.004-.128.004-.193c0-1.82-.957-2.997-2.428-2.997c-.795 0-1.499.392-1.816 1.015H10V1.5a.5.5 0 1 0-1 0v5.378l1-1v-.394c.149-1.032.762-1.651 1.673-1.651c.853 0 1.426.526 1.617 1.44c.17.102.33.227.478.373l.544.545zm-1.252.164a1.5 1.5 0 0 0-2.12 0l-4.587 4.585a1.5 1.5 0 0 0 0 2.122l1.586 1.585A1.5 1.5 0 0 0 9.501 15H12.5a.5.5 0 0 0 0-1h-1.793l3.94-3.94a1.5 1.5 0 0 0 0-2.12L13.06 6.353zM8 10.707L10.293 13l-.94.94a.5.5 0 0 1-.707 0l-1.585-1.586a.5.5 0 0 1 0-.708L8 10.707z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})