UNPKG

@tabler/icons-react

Version:

A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.

15 lines (11 loc) 1.33 kB
/** * @license @tabler/icons-react v3.46.0 - MIT * * This source code is licensed under the MIT license. * See the LICENSE file in the root directory of this source tree. */ import createReactComponent from '../createReactComponent.mjs'; const __iconNode = [["path", { "d": "M12 10q 1.715 0 3.275 .104q 1.526 .101 2.798 .42q 1.22 .304 2.119 .909a3.9 3.9 0 0 1 1.328 1.531c.326 .657 .48 1.48 .48 2.466q .002 1.51 -.574 2.707q -.562 1.17 -1.537 1.848a3.7 3.7 0 0 1 -2.16 .66q -.764 .002 -1.382 -.21a6 6 0 0 1 -1.17 -.548a19 19 0 0 1 -1.045 -.695a9 9 0 0 0 -1.001 -.63a2.4 2.4 0 0 0 -1.13 -.301c-.373 0 -.75 .097 -1.132 .3q -.475 .255 -1 .63q -.482 .345 -1.047 .695a5.8 5.8 0 0 1 -1.168 .548q -.62 .211 -1.378 .21a3.7 3.7 0 0 1 -2.165 -.659q -.976 -.68 -1.537 -1.848q -.576 -1.196 -.574 -2.709c-.004 -.98 .15 -1.802 .477 -2.46c.3 -.619 .76 -1.147 1.33 -1.531q .9 -.604 2.12 -.907q 1.382 -.335 2.8 -.423q 1.56 -.107 3.273 -.107", "key": "svg-0" }], ["path", { "d": "M7 4.071a7.07 7.07 0 0 1 10 0", "key": "svg-1" }], ["path", { "d": "M9.5 6.572a3.535 3.535 0 0 1 5.001 0", "key": "svg-2" }]]; const IconDeviceVisionProWifi = createReactComponent("outline", "device-vision-pro-wifi", "DeviceVisionProWifi", __iconNode); export { __iconNode, IconDeviceVisionProWifi as default }; //# sourceMappingURL=IconDeviceVisionProWifi.mjs.map