iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 843 B
JavaScript
;
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 PanoramaVertical = (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-panorama-vertical", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17.53 2c1.39 0 2.364 1.389 1.87 2.692l-.013.026-.156.431c-1.623 4.572-1.622 9.123.003 13.703l.168.458A2 2 0 0117.529 22h-11c-1.386 0-2.394-1.386-1.897-2.694 1.845-4.879 1.845-9.734 0-14.612C4.137 3.39 5.112 2 6.502 2z" }));
exports.default = PanoramaVertical;