iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.12 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 Capture = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-capture", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M8 3a1 1 0 01.117 1.993L8 5H6a1 1 0 00-.993.883L5 6v2a1 1 0 01-1.993.117L3 8V6a3 3 0 012.824-2.995L6 3h2zM4 15a1 1 0 01.993.883L5 16v2a1 1 0 00.883.993L6 19h2a1 1 0 01.117 1.993L8 21H6a3 3 0 01-2.995-2.824L3 18v-2a1 1 0 011-1zM18 3a3 3 0 012.995 2.824L21 6v2a1 1 0 01-1.993.117L19 8V6a1 1 0 00-.883-.993L18 5h-2a1 1 0 01-.117-1.993L16 3h2zM20 15a1 1 0 01.993.883L21 16v2a3 3 0 01-2.824 2.995L18 21h-2a1 1 0 01-.117-1.993L16 19h2a1 1 0 00.993-.883L19 18v-2a1 1 0 011-1zM12 8a4 4 0 11-3.995 4.2L8 12l.005-.2A4 4 0 0112 8z" }));
exports.default = Capture;