UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.42 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: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-device-vision-pro", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M12 7c1.143 0 2.235.035 3.275.104 1.017.068 1.95.207 2.798.42.813.203 1.52.505 2.119.909a3.903 3.903 0 011.328 1.531c.326.657.48 1.48.48 2.466 0 1.006-.189 1.91-.574 2.707-.375.779-.886 1.396-1.537 1.848a3.696 3.696 0 01-2.16.66c-.509 0-.97-.068-1.382-.21a5.84 5.84 0 01-1.17-.548 18.45 18.45 0 01-1.045-.695 9.104 9.104 0 00-1.001-.63 2.376 2.376 0 00-1.13-.301c-.373 0-.75.097-1.132.3-.316.17-.65.38-1 .63-.322.23-.67.462-1.047.695a5.78 5.78 0 01-1.168.548c-.413.142-.872.21-1.378.21a3.706 3.706 0 01-2.165-.659c-.651-.452-1.162-1.07-1.537-1.848-.385-.798-.574-1.7-.574-2.709-.004-.98.15-1.802.477-2.46a3.897 3.897 0 011.33-1.531c.6-.403 1.307-.704 2.12-.907a16.088 16.088 0 012.8-.423C9.767 7.036 10.857 7 12 7z" })); exports.default = DeviceVisionPro;