UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.16 kB
"use strict"; 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 24 24", ...props }, React.createElement("g", { fillRule: "evenodd" }, React.createElement("rect", { fill: "currentColor", x: "2", y: "5", width: "20", height: "16", rx: "2" }), React.createElement("path", { d: "M8 4c0-.552.453-1 .997-1h6.006c.55 0 .997.444.997 1v1H8V4z", fill: "currentColor" }), React.createElement("circle", { fill: "inherit", cx: "12", cy: "17", r: "1" }), React.createElement("path", { d: "M16.9 14a5 5 0 1 0-4.9 4v-2a3 3 0 1 1 2.83-2h2.07z", fill: "inherit", fillRule: "nonzero" }), React.createElement("path", { d: "M13.292 12.291a1.004 1.004 0 0 0 0 1.415l1.997 1.996c.197.197.453.298.712.298.254 0 .511-.099.711-.298l1.995-1.996a1 1 0 1 0-1.414-1.415L16 13.585l-1.294-1.294a1 1 0 0 0-1.414 0z", fill: "inherit" }))); exports.default = CameraRotate;