UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const DeviceVisionPro = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-device-vision-pro", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 6q1.74 0 3.342.106 1.619.107 2.973.448 1.388.345 2.436 1.05a4.9 4.9 0 011.665 1.916c.397.801.584 1.769.584 2.91 0 1.156-.222 2.208-.673 3.14-.45.934-1.073 1.685-1.868 2.236a4.7 4.7 0 01-2.73.839q-.932.001-1.703-.263a7 7 0 01-1.374-.644 20 20 0 01-1.107-.736 8 8 0 00-.901-.567 1.4 1.4 0 00-.643-.174c-.209 0-.426.057-.658.18q-.42.226-.893.564a20 20 0 01-1.105.733 6.8 6.8 0 01-1.366.642 5.2 5.2 0 01-1.688.264 4.7 4.7 0 01-2.75-.838c-.794-.55-1.418-1.302-1.868-2.234Q.998 14.165 1 12.432c-.005-1.135.182-2.105.577-2.9A4.9 4.9 0 013.25 7.606c.699-.47 1.511-.816 2.442-1.049A17 17 0 018.66 6.11Q10.259 6 12 6" })); exports.default = DeviceVisionPro;