@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.03 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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'Signature20Filled',
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: 'M12.021 2.772a2.445 2.445 0 1 1 3.458 3.457L14.207 7.5l.086.086a2 2 0 0 1 0 2.829l-1.44 1.439a.5.5 0 0 1-.707-.707l1.44-1.44a1 1 0 0 0 0-1.414l-.086-.086l-6.646 6.647a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.595-.643l1.25-3.75a.5.5 0 0 1 .12-.195l8.626-8.625zM3.268 16.905a10.611 10.611 0 0 1-.05-.038l1.348-.337c.538.27 1.188.47 1.934.47c.507 0 1.014-.177 1.534-.473c.522-.298 1.024-.695 1.526-1.102l.13-.106c.445-.363.902-.735 1.337-.992c.472-.278 1.044-.497 1.631-.3c.822.273 1.081 1.029 1.321 1.83c.055.183.149.364.26.489c.111.125.2.154.261.154c.187 0 .456-.101.797-.303c.216-.127.403-.256.588-.384c.113-.079.226-.156.343-.232c.318-.206.592-.344.79-.431a3.786 3.786 0 0 1 .31-.12l.02-.006l.008-.002l.003-.001l.141.48l-.14-.48a.5.5 0 0 1 .282.959l-.007.002l-.04.014a2.744 2.744 0 0 0-.174.07c-.155.068-.38.18-.649.354c-.07.046-.161.108-.263.178c-.208.143-.465.32-.704.46c-.362.214-.83.442-1.305.442c-.44 0-.78-.232-1.008-.49a2.334 2.334 0 0 1-.471-.866c-.263-.876-.414-1.08-.68-1.17c-.162-.053-.403-.023-.806.215c-.366.216-.764.54-1.228.917l-.117.095c-.498.405-1.058.851-1.661 1.195C7.924 17.74 7.243 18 6.5 18c-1.388 0-2.489-.555-3.232-1.095z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})