iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 769 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 Facetime = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2 8.497v7.006a2.768 2.768 0 002.767 2.766h8.43a2.768 2.768 0 002.766-2.766V8.497a2.768 2.768 0 00-2.767-2.767H4.772A2.766 2.766 0 002 8.497zm18.188-1.875L17.012 9.24c-.283.235-.446.58-.446.945v3.625c0 .364.159.705.437.94l3.174 2.666c.724.604 1.822.091 1.822-.849V7.476c.005-.935-1.088-1.453-1.813-.854z", fill: "#323544" }));
exports.default = Facetime;