iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.64 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 Svg500px = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.451 9a3 3 0 103 3 3.027 3.027 0 00-3-3zm0 5.37A2.355 2.355 0 119.791 12a2.37 2.37 0 01-2.34 2.37zM13.899 9a3 3 0 103 3 3 3 0 00-3-3zm0 5.37a2.355 2.355 0 112.34-2.37 2.331 2.331 0 01-2.34 2.37zM2.29 10.8a2.022 2.022 0 00-1.59.42V9.63h2.7c.09 0 .15-.03.15-.3s-.12-.27-.18-.27H.4a.27.27 0 00-.27.27v2.64c0 .15.09.18.24.21a.228.228 0 00.27-.06 1.707 1.707 0 011.5-.72 1.56 1.56 0 011.35 1.32 1.518 1.518 0 01-1.32 1.68h-.18a1.53 1.53 0 01-1.41-.99c-.03-.09-.09-.15-.33-.06-.24.09-.27.15-.24.24a2.127 2.127 0 002.7 1.26 2.127 2.127 0 001.26-2.7 2.1 2.1 0 00-1.68-1.35zm16.65-1.77a1.626 1.626 0 00-1.44 1.62v2.67c0 .15.12.18.3.18s.3-.03.3-.18v-2.67a1.008 1.008 0 01.87-1.02.987.987 0 01.75.24.957.957 0 01.33.72 1.2 1.2 0 01-.21.57.945.945 0 01-.84.39c-.12 0-.21 0-.24.27 0 .18 0 .27.15.3a1.476 1.476 0 00.87-.18 1.611 1.611 0 00.87-1.26A1.554 1.554 0 0019.204 9a.831.831 0 01-.264.03zm3.93 1.56l1.08-1.08c.03-.03.12-.12-.06-.33a.3.3 0 00-.21-.12.156.156 0 00-.12.06l-1.08 1.08-1.08-1.11c-.09-.09-.18-.06-.33.06-.15.12-.15.24-.06.33l1.08 1.08-1.086 1.11a.228.228 0 00-.06.12.252.252 0 00.12.21.483.483 0 00.21.12.318.318 0 00.15-.06l1.08-1.08 1.08 1.08a.156.156 0 00.12.06.3.3 0 00.21-.12c.09-.12.12-.24.03-.3z" }));
exports.default = Svg500px;