@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 3.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 20 20'
}
exports.default = (0, vue_1.defineComponent)({
name: 'TextNumberFormat20Regular',
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.943 3a.5.5 0 0 1 .464.333l1.774 5a.5.5 0 1 1-.942.334L6.002 8H3.73l-.264.68a.5.5 0 0 1-.932-.36l1.935-5A.5.5 0 0 1 4.943 3zm-.826 4h1.53l-.732-2.062L4.117 7zM8.5 3h1.503c.162 0 .602 0 1.008.228c.214.12.418.303.564.57c.145.265.219.585.219.96c0 .456-.125.811-.32 1.078c.148.106.287.246.398.428c.162.267.246.594.246.978c0 .751-.352 1.228-.798 1.487A2.197 2.197 0 0 1 10.25 9H8.5a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5zM10 4H9v1.5h1.024c.12 0 .33-.023.494-.123c.125-.075.276-.221.276-.618c0-.245-.048-.393-.096-.48a.441.441 0 0 0-.177-.18C10.36 4.01 10.158 4 10 4zM9 6.5V8h1.25c.14 0 .38-.027.567-.136c.149-.086.301-.239.301-.622c0-.137-.017-.24-.04-.32a.642.642 0 0 0-.06-.138a.473.473 0 0 0-.204-.18c-.195-.097-.441-.104-.628-.104H9zm8.408-1.97c-.246-.687-.604-1.107-1.053-1.329C15.945 3 15.52 3 15.246 3h-.027c-.554 0-.994.19-1.327.487c-.322.288-.521.656-.646.99a4.065 4.065 0 0 0-.245 1.288v.026L13 5.799v.026c0 .383 0 1.085.25 1.724c.13.335.334.67.656.936c.325.268.742.445 1.257.503c.417.046 1.663.013 2.23-1.246a.5.5 0 1 0-.911-.41c-.293.648-.93.693-1.208.662c-.344-.039-.571-.148-.73-.28a1.264 1.264 0 0 1-.363-.528c-.176-.45-.181-.982-.181-1.383V5.79l.003-.059a3.278 3.278 0 0 1 .18-.905c.09-.241.214-.45.375-.593c.15-.135.355-.233.66-.233c.304 0 .51.008.694.098c.158.078.371.257.555.769a.5.5 0 0 0 .941-.338zm-3.211 7.675a.737.737 0 0 0-.216.341a.5.5 0 0 1-.962-.274c.068-.237.219-.555.516-.817c.307-.271.74-.455 1.311-.455c1.168 0 1.846.854 1.846 1.636c0 .304-.058.776-.38 1.18a1.603 1.603 0 0 1-.138.154a1.527 1.527 0 0 1 .247.267c.175.247.271.549.271.9c0 .629-.212 1.121-.598 1.447c-.37.313-.836.416-1.248.416c-.387 0-.774-.064-1.109-.276c-.344-.219-.573-.554-.712-.977a.5.5 0 0 1 .95-.312c.043.131.092.227.144.298l.015.02l.032.037l.015.016l.017.016a.619.619 0 0 0 .21.12c.107.036.248.058.438.058c.26 0 .469-.067.603-.18c.12-.101.243-.29.243-.684a.525.525 0 0 0-.085-.319a.577.577 0 0 0-.234-.18c-.233-.109-.537-.137-.751-.137a.5.5 0 1 1 0-1c.573 0 .804-.175.908-.305c.12-.153.162-.362.162-.559c0-.217-.219-.636-.846-.636c-.342 0-.536.104-.65.205zM9 12.864c0-.443.37-.864.835-.864c.336 0 .614.158.752.37c.123.188.182.494-.07.922c-.122.208-.304.39-.543.578a8.91 8.91 0 0 1-.383.282l-.057.04c-.117.083-.241.17-.361.26C8.607 14.88 8 15.464 8 16.5a.5.5 0 0 0 .5.5h2.693a.5.5 0 1 0 0-1H9.097c.122-.282.355-.505.677-.748c.102-.077.208-.152.32-.231l.015-.01l.06-.042c.137-.098.283-.202.425-.314c.282-.223.573-.495.785-.856c.416-.708.404-1.425.046-1.975c-.343-.527-.955-.824-1.59-.824C8.747 11 8 11.943 8 12.864a.5.5 0 1 0 1 0zm-4.582.87c.206-.137.404-.3.586-.479V16.5a.5.5 0 1 0 1 0v-5a.5.5 0 0 0-.989-.107c-.102.47-.552 1.109-1.152 1.51a.5.5 0 1 0 .555.831z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})