UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.19 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'Predictions24Regular', 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 2c1.153 0 2.24.29 3.189.8c-.076.445-.224.76-.426.963a1.33 1.33 0 0 1-.437.28a5.25 5.25 0 1 0-4.464 9.504c.688.268 1.324.416 1.906.447L12 14c.645 0 1.357-.15 2.137-.452a5.277 5.277 0 0 0 2.242-1.9c.64.22 1.409.086 1.894-.401a6.763 6.763 0 0 1-1.927 2.668l1.621 4.865a1.75 1.75 0 0 1-.81 2.083C15.786 21.626 14.064 22 12 22s-3.786-.374-5.157-1.137a1.75 1.75 0 0 1-.81-2.083l1.621-4.865A6.75 6.75 0 0 1 12 2zm3.057 12.791l-.36.149l-.018.008a6.715 6.715 0 0 1-2.352.544h-.017a1.08 1.08 0 0 1-.073.004L12 15.5l-.196-.004l-.13-.005a6.683 6.683 0 0 1-2.353-.543l-.018-.008a10.88 10.88 0 0 1-.36-.149l-1.487 4.463a.25.25 0 0 0 .115.298c1.13.627 2.603.948 4.429.948s3.3-.32 4.429-.948a.25.25 0 0 0 .115-.297l-1.487-4.464zm-3.367.702l.114.003l.033.002l.163.002c-.104 0-.207-.002-.31-.007zM17.992 1.88L18 2c0 1.15.27 1.96.78 2.47c.471.47 1.198.737 2.21.775l.26.005c.958 0 .998 1.378.12 1.492l-.12.008c-1.15 0-1.96.27-2.47.78c-.47.472-.737 1.198-.775 2.21L18 10c0 1-1.5 1-1.5 0c0-1.15-.27-1.96-.78-2.47c-.472-.47-1.198-.737-2.21-.775l-.26-.005c-.958 0-.998-1.378-.12-1.492l.12-.008c1.15 0 1.96-.27 2.47-.78c.51-.51.78-1.32.78-2.47c0-.958 1.378-.998 1.492-.12zm-.742 3.073l-.144.203a3.608 3.608 0 0 1-.904.844a3.637 3.637 0 0 1 1.048 1.047A3.636 3.636 0 0 1 18.297 6a3.637 3.637 0 0 1-.903-.844l-.144-.203z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })