iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 646 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 Quora = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.38.948A11.963 11.963 0 0121.248 19.54l2.41 2.422c.732.736.21 1.99-.828 1.99l-10.71.01a12.52 12.52 0 01-.304 0h-.02A11.963 11.963 0 017.382.95zm7.322 4.428a7.172 7.172 0 10-5.488 13.252 7.172 7.172 0 005.489-13.252z" }));
exports.default = Quora;