iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.65 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 Mongoosedotws = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0a4.863 4.863 0 00-3.456 1.43L1.43 8.545a4.879 4.879 0 00-.09 6.804L7.41 9.28a1.454 1.454 0 01.37-1.434 1.471 1.471 0 012.079 0c.58.58.58 1.512.006 2.085-.37.37-.89.496-1.368.388l-6.099 6.1 6.147 6.146a4.887 4.887 0 006.911.007l6.243-6.243-2.951-2.951a1.453 1.453 0 01-1.434-.37 1.471 1.471 0 010-2.08 1.474 1.474 0 012.085-.006c.37.37.496.89.388 1.368l2.963 2.963a4.872 4.872 0 00-.185-6.708l-7.108-7.108A4.881 4.881 0 0012 0zm3.16 7.4c.122-.002.243.012.361.04.257.054.508.185.711.388.185.185.317.412.37.657a1.43 1.43 0 01-.364 1.428 1.47 1.47 0 01-1.368.388l-1.416 1.416a1.457 1.457 0 01-1.756 1.756 1.42 1.42 0 01-.71-.388 1.347 1.347 0 01-.371-.657A1.43 1.43 0 0110.98 11a1.47 1.47 0 011.368-.388l1.416-1.416a1.46 1.46 0 011.396-1.795zm.033.733a.736.736 0 00-.52 1.254.737.737 0 001.046.006.737.737 0 00-.006-1.046.732.732 0 00-.52-.214zm-6.374.018a.735.735 0 00-.52 1.254.737.737 0 001.046.006.737.737 0 00-.006-1.045.733.733 0 00-.52-.215zm9.54 3.077a.745.745 0 00-.526.22.736.736 0 001.04 1.04.737.737 0 00.006-1.046.73.73 0 00-.52-.214zm-6.329.078a.724.724 0 00-.41.119 1.01 1.01 0 00-.12.096c-.035.035-.065.077-.095.119a.737.737 0 00.102.926.735.735 0 001.039-1.04.743.743 0 00-.516-.22z" }));
exports.default = Mongoosedotws;