iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.05 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 CameraRotate = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 56h-27.72l-13.63-20.44A8 8 0 00160 32H96a8 8 0 00-6.65 3.56L75.71 56H48a24 24 0 00-24 24v112a24 24 0 0024 24h160a24 24 0 0024-24V80a24 24 0 00-24-24zm8 136a8 8 0 01-8 8H48a8 8 0 01-8-8V80a8 8 0 018-8h32a8 8 0 006.66-3.56L100.28 48h55.43l13.63 20.44A8 8 0 00176 72h32a8 8 0 018 8zm-40-96v24a8 8 0 01-8 8h-24a8 8 0 010-16h5.15a32.12 32.12 0 00-40.34-1.61 8 8 0 01-9.62-12.79 48.21 48.21 0 0160.81 2.63V96a8 8 0 0116 0zm-17.61 59.2a8 8 0 01-1.58 11.2A48.21 48.21 0 0196 163.77V168a8 8 0 01-16 0v-24a8 8 0 018-8h24a8 8 0 010 16h-5.15a32.12 32.12 0 0040.34 1.61 8 8 0 0111.2 1.59z" }));
exports.default = CameraRotate;