iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 893 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 ArrowRightCircle = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fillRule: "evenodd" },
React.createElement("circle", { fill: "currentColor", fillRule: "nonzero", cx: "12", cy: "12", r: "10" }),
React.createElement("path", { d: "M12.314 8.294a1.01 1.01 0 0 0 0 1.422l1.271 1.279H8c-.553 0-1.001.45-1.001 1.005 0 .555.448 1.005 1.001 1.005h5.585l-1.271 1.279a1.01 1.01 0 0 0 0 1.422 1.001 1.001 0 0 0 1.415 0l2.978-2.995a1.01 1.01 0 0 0 0-1.422l-2.978-2.995a.998.998 0 0 0-1.415 0z", fill: "inherit" })));
exports.default = ArrowRightCircle;