UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.48 kB
'use strict' 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'Scales32Regular', 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 5a1 1 0 0 1 1-1h22a1 1 0 1 1 0 2h-1.434l3.372 9.154A1 1 0 0 1 29 15.5c0 2.577-1.923 4.5-4.5 4.5S20 18.077 20 15.5a1 1 0 0 1 .062-.346L23.434 6H17v16h6a3 3 0 1 1 0 6H9a3 3 0 0 1 0-6h6V6H8.443l3.492 9.143A1 1 0 0 1 12 15.5c0 2.577-1.923 4.5-4.5 4.5S3 18.077 3 15.5a1 1 0 0 1 .066-.357L6.556 6H5a1 1 0 0 1-1-1zm4 20a1 1 0 0 0 1 1h14a1 1 0 1 0 0-2H9a1 1 0 0 0-1 1zM7.5 9.137L5.452 14.5h4.096L7.5 9.137zM9.821 16.5H5.18C5.534 17.417 6.39 18 7.5 18c1.11 0 1.966-.583 2.321-1.5zM24.5 18c1.11 0 1.966-.583 2.321-1.5H22.18c.355.917 1.212 1.5 2.321 1.5zm-2.066-3.5h4.132L24.5 8.893L22.434 14.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })