iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.64 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 LivePhoto = (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-live-photo", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 6a6 6 0 11-6 6l.004-.225A6 6 0 0112 6m0 4a2 2 0 00-1.995 1.85L10 12a2 2 0 102-2m3.9 9.11a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117l-.007-.127a1 1 0 011-1m3.14-2.5a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117l-.007-.127a1 1 0 011-1M20.77 13a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L19.77 14a1 1 0 011-1m0-4a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L19.77 10a1 1 0 011-1m-1.73-3.61a1 1 0 011 1 1 1 0 11-2 .01c0-.562.448-1.01 1-1.01m-3.14-2.5a1 1 0 011 1 1 1 0 11-2 .01c0-.562.448-1.01 1-1.01M12 2a1 1 0 011 1 1 1 0 11-2 .01c0-.562.448-1.01 1-1.01m-3.9.89a1 1 0 011 1 1 1 0 11-2 .01c0-.562.448-1.01 1-1.01m-3.14 2.5a1 1 0 011 1 1 1 0 11-2 .01c0-.562.448-1.01 1-1.01M3.23 9a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L2.23 10a1 1 0 011-1m0 4a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L2.23 14a1 1 0 011-1m1.73 3.61a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117l-.007-.127a1 1 0 011-1m3.14 2.5a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L7.1 20.11a1 1 0 011-1M12 20a1 1 0 01.993.883l.007.127a1 1 0 01-1.993.117L11 21a1 1 0 011-1" }));
exports.default = LivePhoto;