iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.1 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 Docker = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.988 11.321h-2.035V9.448h2.035v1.873zm0-6.363h-2.035v1.906h2.035V4.958zm2.455 4.554h-2.035v1.841h2.035v-1.84zM10.566 7.22H8.53v1.873h2.034V7.22zm2.422 0h-2.035v1.873h2.035V7.22zm8.689 3.133c-.452-.323-1.486-.42-2.261-.258-.097-.775-.55-1.421-1.26-2.003l-.452-.258-.258.452c-.55.872-.743 2.326-.13 3.262-.258.13-.807.356-1.485.356H2.07c-.259 1.582.193 3.682 1.356 5.103 1.13 1.357 2.907 2.035 5.168 2.035 4.91 0 8.592-2.26 10.272-6.395.646 0 2.132 0 2.875-1.422.032-.032.226-.42.258-.549l-.323-.323zm-15.989-.84H3.621v1.841h2.035v-1.84h.032zm2.423 0H6.076v1.841H8.11v-1.84zm2.454 0H8.532v1.841h2.034v-1.84zM8.111 7.22H6.076v1.873H8.11V7.22z", fill: "#323544" }));
exports.default = Docker;