iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 985 B
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 CameraMovie1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M15.24 7a3.25 3.25 0 10-5.535-3.408A2.75 2.75 0 005.55 7h-.801A2.25 2.25 0 002.5 9.25v8a2.25 2.25 0 002.25 2.25h11.5a2.25 2.25 0 002.25-2.25v-.328l2.066 1.35a1.25 1.25 0 001.934-1.046V9.274a1.25 1.25 0 00-1.934-1.046L18.5 9.578V9.25A2.25 2.25 0 0016.25 7h-1.01zm-4.49-1.75a1.75 1.75 0 113.5 0 1.75 1.75 0 01-3.5 0zm7.75 6.12L21 9.735v7.028l-2.5-1.633v-3.762zM9.25 5.75a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zM4.75 8.5h11.5a.75.75 0 01.75.75v8a.75.75 0 01-.75.75H4.75a.75.75 0 01-.75-.75v-8a.75.75 0 01.75-.75z", fill: "#323544" }));
exports.default = CameraMovie1;