iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.24 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 Octoface = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.863 5.673c.114-.28.481-1.392-.114-2.897 0 0-.919-.288-3.01 1.138-.875-.245-1.811-.28-2.739-.28-.927 0-1.864.035-2.739.28-2.09-1.435-3.01-1.138-3.01-1.138-.595 1.505-.227 2.617-.113 2.897C1.429 6.433 1 7.413 1 8.603c0 4.507 2.914 5.522 6.983 5.522 4.069 0 7.017-1.015 7.017-5.521 0-1.19-.428-2.17-1.137-2.931zM8 13.268c-2.887 0-5.232-.132-5.232-2.932 0-.665.332-1.295.892-1.811.936-.857 2.538-.402 4.34-.402 1.811 0 3.395-.455 4.34.402.569.516.893 1.138.893 1.811 0 2.791-2.345 2.931-5.233 2.931zM5.804 8.883c-.578 0-1.05.7-1.05 1.557 0 .858.472 1.566 1.05 1.566.577 0 1.05-.7 1.05-1.566 0-.866-.473-1.557-1.05-1.557zm4.393 0c-.578 0-1.05.691-1.05 1.557s.472 1.566 1.05 1.566c.577 0 1.05-.7 1.05-1.566 0-.866-.464-1.557-1.05-1.557z", fill: "#424242" }));
exports.default = Octoface;