iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 842 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 Icon = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M1.927 23.935a2.4 2.4 0 01-1.882-1.883 2.4 2.4 0 012.82-2.82 2.4 2.4 0 011.882 1.882 2.4 2.4 0 01-2.82 2.82zM21.135 4.768a2.4 2.4 0 01-1.882-1.882 2.4 2.4 0 012.82-2.82 2.4 2.4 0 011.882 1.882 2.4 2.4 0 01-2.82 2.82zM12.021 6.01c1.147 0 2.219.324 3.13.883l2.585-2.585A9.583 9.583 0 004.328 17.716l2.586-2.586a5.99 5.99 0 015.107-9.12zm5.107 2.86a5.99 5.99 0 01-8.237 8.237l-2.586 2.585A9.583 9.583 0 0019.713 6.284z" }));
exports.default = Icon;