UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 829 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 Digitalocean = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.002 18.145V22c6.442 0 11.466-6.327 9.356-13.188-.915-2.993-3.271-5.375-6.219-6.316C8.384.353 2.154 5.456 2.154 12h3.808c0-4.105 4.008-7.28 8.262-5.716a5.762 5.762 0 013.405 3.448c1.55 4.316-1.58 8.383-5.616 8.39v-3.843H8.206v3.867h3.796zm-3.796 2.96H5.292v-2.96h2.914v2.96zm-5.36-2.96h2.446V15.66H2.847v2.484z", fill: "#323544" })); exports.default = Digitalocean;