UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 961 B
"use strict"; 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 Elasticcloud = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M13.318 0c-6.628 0-12 5.372-12 12 0 2.008.495 3.9 1.368 5.563a14.299 14.299 0 015.09-3.664c.307-.13.624-.22.948-.28A4.842 4.842 0 018.443 12a4.875 4.875 0 017.494-4.11 2.218 2.218 0 002.055.164 12.047 12.047 0 004.69-3.554A11.975 11.975 0 0013.318 0zM9.426 15.77c-.266.01-.531.069-.783.175a12.044 12.044 0 00-4.69 3.555c2.2 2.742 5.576 4.5 9.365 4.5 3.789 0 7.165-1.758 9.364-4.5a12.048 12.048 0 00-4.69-3.555 2.217 2.217 0 00-2.055.165 4.845 4.845 0 01-2.62.765 4.846 4.846 0 01-2.618-.765 2.193 2.193 0 00-1.273-.34z" })); exports.default = Elasticcloud;