iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 805 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 Oracle = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.497 18.325h7.347c3.492-.085 6.24-3.002 6.154-6.474-.085-3.386-2.81-6.09-6.154-6.175H8.497c-3.492-.085-6.41 2.662-6.495 6.154a6.31 6.31 0 006.154 6.474c.107.021.213.021.34.021zm7.176-2.236H8.646c-2.257-.064-4.025-1.96-3.96-4.216.084-2.151 1.81-3.897 3.96-3.961h7.027c2.258-.064 4.153 1.703 4.217 3.96.064 2.258-1.704 4.153-3.961 4.217h-.256z", fill: "#323544" }));
exports.default = Oracle;