iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.46 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 Island2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.967 4.43a4.32 4.32 0 00-.286-.679c-.367-.697-.942-1.33-1.667-1.683a.75.75 0 10-.657 1.349c.382.185.746.557.997 1.033.067.128.124.26.17.39a4.304 4.304 0 00-1.748-.093 4.31 4.31 0 00-3.008 1.97.75.75 0 001.269.8A2.81 2.81 0 016.001 6.23a2.804 2.804 0 011.723.286 5.55 5.55 0 00-2.446 2.516.75.75 0 101.35.654A4.044 4.044 0 018.642 7.74c.39.957.71 1.885.913 2.951.258 1.355.331 2.964.068 5.15a11.31 11.31 0 00-6.166 3.667.75.75 0 00.568 1.24h16a.75.75 0 00.568-1.24 11.292 11.292 0 00-9.435-3.89c.223-2.114.145-3.765-.13-5.208-.21-1.108-.535-2.076-.907-3.012.88-.035 1.73.22 2.435.7a.75.75 0 10.843-1.242 5.546 5.546 0 00-3.687-.932c.29-.49.732-.895 1.293-1.14a2.81 2.81 0 012.347.04A.75.75 0 0014 3.474a4.31 4.31 0 00-3.596-.063 4.304 4.304 0 00-1.437 1.02zm9.207 14.82H5.877a9.773 9.773 0 016.148-2.164c2.328 0 4.466.81 6.149 2.163z", fill: "#323544" }),
React.createElement("path", { d: "M18.025 7.5a2.75 2.75 0 100 5.5 2.75 2.75 0 000-5.5zm-1.25 2.75a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0z", fill: "#323544" }));
exports.default = Island2;