iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.11 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 CameraRotateLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 58h-28.79L165 36.67a6 6 0 00-5-2.67H96a6 6 0 00-5 2.67L76.78 58H48a22 22 0 00-22 22v112a22 22 0 0022 22h160a22 22 0 0022-22V80a22 22 0 00-22-22zm10 134a10 10 0 01-10 10H48a10 10 0 01-10-10V80a10 10 0 0110-10h32a6 6 0 005-2.67L99.21 46h57.57L171 67.33a6 6 0 005 2.67h32a10 10 0 0110 10zm-44-96v24a6 6 0 01-6 6h-24a6 6 0 010-12h10l-2-2.09a34.12 34.12 0 00-44.38-3.12 6 6 0 11-7.22-9.59 46.2 46.2 0 0160.14 4.27.47.47 0 00.1.1L162 105v-9a6 6 0 0112 0zm-17.2 60.4a6 6 0 01-1.19 8.4 46.18 46.18 0 01-60.14-4.27l-.1-.1L94 159v9a6 6 0 01-12 0v-24a6 6 0 016-6h24a6 6 0 010 12h-10l2 2.09a34.12 34.12 0 0044.38 3.12 6 6 0 018.42 1.19z" }));
exports.default = CameraRotateLight;