iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 853 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 Pagination = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.72 11.47a.75.75 0 000 1.06l4 4a.75.75 0 001.06-1.06L4.31 12l3.47-3.47a.75.75 0 10-1.06-1.06l-4 4zM22.28 12.53a.75.75 0 000-1.06l-4-4a.75.75 0 10-1.06 1.06L20.69 12l-3.47 3.47a.75.75 0 101.06 1.06l4-4z", fill: "#323544" }),
React.createElement("path", { d: "M8.5 11.1a.9.9 0 100 1.8.9.9 0 000-1.8zM11.6 12a.9.9 0 111.8 0 .9.9 0 01-1.8 0zM15.6 12a.9.9 0 111.8 0 .9.9 0 01-1.8 0z", fill: "#323544" }));
exports.default = Pagination;