iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.6 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 DiscordChat = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M10.222 10.42c-.58 0-1 .515-1 1.096 0 .58.452 1.097 1 1.097.58 0 1-.484 1-1.097.032-.613-.42-1.097-1-1.097zM13.836 12.58c.552 0 1-.49 1-1.096 0-.606-.448-1.097-1-1.097s-1 .491-1 1.097.448 1.097 1 1.097z", fill: "#323544" }),
React.createElement("path", { d: "M18.706 2H5.352c-1.13 0-2.065.903-2.065 2.032v13.516c0 1.13.903 2.033 2.032 2.033h11.323l-.549-1.807 1.259 1.194 1.225 1.129L20.707 22V4.032c.096-1.129-.872-2.032-2-2.032zm-3.87 13.032s-.355-.42-.678-.806c1.323-.355 1.806-1.194 1.806-1.194-.419.258-.806.452-1.129.58-.483.227-1 .356-1.451.42-.968.194-1.807.13-2.58 0a7.118 7.118 0 01-1.452-.42c-.226-.096-.517-.193-.742-.322-.033 0-.033-.032-.097-.032 0 0-.032 0-.032-.032-.194-.097-.258-.194-.258-.194s.516.807 1.774 1.194c-.323.355-.678.806-.678.806-2.225-.097-3.032-1.484-3.032-1.484 0-3.225 1.452-5.806 1.452-5.806C9.19 6.645 10.545 6.71 10.545 6.71l.097.129c-1.839.484-2.645 1.29-2.645 1.29s.226-.129.58-.258c1.097-.452 1.904-.58 2.258-.645h.194c.58-.097 1.323-.097 2 0 .968.097 1.968.42 3 .968 0 0-.774-.742-2.516-1.259l.129-.193s1.355-.032 2.806 1.032c0 0 1.452 2.58 1.452 5.807.032-.033-.839 1.419-3.064 1.451z", fill: "#323544" }));
exports.default = DiscordChat;