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 CameraRotateBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 52h-25.58L170 33.34A12 12 0 00160 28H96a12 12 0 00-10 5.34L73.57 52H48a28 28 0 00-28 28v112a28 28 0 0028 28h160a28 28 0 0028-28V80a28 28 0 00-28-28zm4 140a4 4 0 01-4 4H48a4 4 0 01-4-4V80a4 4 0 014-4h32a12 12 0 0010-5.34L102.42 52h51.15L166 70.66A12 12 0 00176 76h32a4 4 0 014 4zm-32-92v20a12 12 0 01-12 12h-20a12 12 0 01-7.76-21.14 28.07 28.07 0 00-29 2.73A12 12 0 0196.79 94.4a52.28 52.28 0 0161.14-.91A12 12 0 01180 100zm-18.41 52.8a12 12 0 01-2.38 16.8 51.71 51.71 0 01-31.13 10.34 52.3 52.3 0 01-30-9.44A12 12 0 0176 164v-20a12 12 0 0112-12h20a12 12 0 017.76 21.14 28.07 28.07 0 0029-2.73 12 12 0 0116.83 2.39z" }));
exports.default = CameraRotateBold;