@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.93 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 24 24'
}
export default defineComponent({
name: 'Signature24Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M14.75 16.5c1.308 0 1.818.583 2.205 1.875l.068.237c.183.657.292.854.513.945c.259.107.431.092.703-.048l.147-.082c.053-.032.11-.069.176-.112l.663-.451c.616-.405 1.17-.673 1.843-.841a.75.75 0 0 1 .364 1.455a4.03 4.03 0 0 0-1.146.49l-.298.19l-.48.328a5.45 5.45 0 0 1-.583.357c-.643.33-1.27.386-1.96.1c-.746-.306-1.046-.779-1.327-1.72l-.156-.543c-.181-.589-.305-.68-.732-.68c-.31 0-.63.155-1.069.523l-.184.161l-.921.875c-1.408 1.324-2.609 1.967-4.328 1.967c-1.686 0-3.144-.254-4.368-.769l2.947-.804c.447.048.921.073 1.421.073c1.183 0 2.032-.415 3.087-1.363l.258-.239l.532-.51c.236-.227.414-.39.592-.54c.684-.573 1.305-.874 2.033-.874zm4.28-13.53a3.579 3.579 0 0 1 0 5.06l-.288.29c1.151 1.4 1.11 2.886.039 3.96L16.78 14.28a.75.75 0 0 1-1.06-1.062l1.999-1.998c.485-.487.54-1.09-.04-1.839L9.062 18a2.25 2.25 0 0 1-1 .58l-5.115 1.395a.75.75 0 0 1-.92-.921l1.394-5.116a2.25 2.25 0 0 1 .58-.999L13.97 2.97a3.578 3.578 0 0 1 5.061 0zm-4 1.06L5.062 14a.75.75 0 0 0-.193.333l-1.05 3.85l3.85-1.05A.75.75 0 0 0 8 16.938L17.97 6.97a2.078 2.078 0 1 0-2.94-2.94z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})