iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 kB
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 CameraRotateThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 60h-29.87l-14.81-22.22A4 4 0 00160 36H96a4 4 0 00-3.32 1.78L77.85 60H48a20 20 0 00-20 20v112a20 20 0 0020 20h160a20 20 0 0020-20V80a20 20 0 00-20-20zm12 132a12 12 0 01-12 12H48a12 12 0 01-12-12V80a12 12 0 0112-12h32a4 4 0 003.33-1.78L98.13 44h59.72l14.82 22.22A4 4 0 00176 68h32a12 12 0 0112 12zm-48-96v24a4 4 0 01-4 4h-24a4 4 0 010-8h14.66l-5.27-5.52a36.12 36.12 0 00-47-3.29 4 4 0 11-4.8-6.39 44.17 44.17 0 0157.51 4.09L164 110V96a4 4 0 018 0zm-16.8 61.6a4 4 0 01-.8 5.6 44.15 44.15 0 01-57.51-4.09L92 154v14a4 4 0 01-8 0v-24a4 4 0 014-4h24a4 4 0 010 8H97.34l5.27 5.52a36.12 36.12 0 0047 3.29 4 4 0 015.59.79z" }));
exports.default = CameraRotateThin;