iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 3.31 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 Mailchimp = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.746 11.438a.918.918 0 01.42 0 1.87 1.87 0 00.031-.775c-.096-.452-.226-.774-.484-.742-.258.032-.258.355-.193.871 0 .259.129.517.226.646zm-2.356.387c.193.097.322.13.355.097.096-.097-.13-.42-.55-.58a1.44 1.44 0 00-1.355.128c-.129.097-.258.226-.258.323.032.129.452-.13 1-.13.356-.031.582.098.807.162zm-.42.226c-.42.032-.646.258-.581.452.032 0 .032.032.226-.032.258-.097.549-.13.871-.097.13 0 .194.032.226-.032.033-.065-.29-.355-.742-.29zm2.42.775c.13-.323-.484-.646-.645-.323-.129.323.517.613.646.323zm.678-.936c-.355 0-.355.742 0 .742s.355-.742 0-.742zm-9.714 3.518c-.033 0-.259.032-.355-.097-.226-.355.484-.904.129-1.582-.42-.774-1.26-.58-1.55-.258-.355.452-.355 1.033-.225 1.033.193.032.193-.258.355-.549.129-.258.548-.355.774-.129.549.355.032.775.097 1.259.032.775.807.742.968.42.033-.033 0-.033 0-.097-.064.032-.032-.065-.193 0zm13.361-.743c-.129-.548-.129-.42-.322-.903a1.557 1.557 0 00-.13-1.97c-.451-.483-1.484-.774-1.871-.806-.033-.484.226-2.647-.969-3.68.969-.968 1.485-2.033 1.485-2.969 0-1.775-2.13-2.259-4.777-1.194l-.516.29s-1-1-1.033-1C9.581-.246.156 10.276 3.158 12.761l.678.581a2.92 2.92 0 00-.194 1.485c.129 1.484 1.581 2.679 3.002 2.679 2.55 5.97 11.941 5.97 14.362.129.032-.194.42-1.098.42-1.872-.033-.775-.452-1.098-.71-1.098zM6.611 16.828c-1.033-.032-2.13-.968-2.227-2.034-.258-2.743 3.325-3.356 3.776-.548.162 1.29-.225 2.614-1.549 2.582zm-.807-5.1c-.677.13-1.258.485-1.646 1.033-.226-.193-.645-.548-.677-.645-.581-1.098.645-3.26 1.452-4.454C7.031 4.66 10.291 2.4 11.84 2.82c.258.033 1.097 1.001 1.097 1.001s-1.549.871-2.97 2.033c-1.903 1.42-3.356 3.55-4.163 5.874zm10.619 4.487s-1.582.258-3.098-.323c.258-.904 1.194.258 4.26-.646a7.05 7.05 0 002.259-1.13c.13.356.258.743.323 1.098.129-.032.645-.032.484.807-.13.871-.549 1.581-1.13 2.26-.42.451-.871.774-1.355 1.032a5.86 5.86 0 01-.904.355c-2.356.775-4.809-.032-5.648-1.904-.032-.13-.13-.258-.13-.452-.354-1.227-.031-2.647.872-3.583.033-.032.13-.129.13-.225a.356.356 0 00-.098-.194c-.322-.452-1.355-1.227-1.194-2.744.13-1.032 1.098-1.807 1.97-1.775h.225c.355.033.742.033 1.033.097.548.032 1-.032 1.549-.484.194-.13.355-.258.581-.355.226-.032.452 0 .58.097.453.258.485 1 .55 1.549 0 .323.032 1.033.032 1.226.032.452.129.55.42.646.128.032.258.097.451.13.581.128.968.354 1.13.548.129.129.194.258.226.42.032.484-.42 1.129-1.646 1.678-2.098.968-4.196.645-4.454.645-.904-.129-1.42 1.033-.872 1.872 1.001 1.485 5.455.904 6.778-.968.032-.032 0-.032-.032-.032-1.872 1.258-4.325 1.678-5.713 1.13-.226-.098-.645-.259-.742-.775 1.969.58 3.13.032 3.13.032s.13-.032.033-.032zM9.645 7.629c.775-.871 1.646-1.646 2.485-2.033h.033v.032c-.033.13-.194.355-.226.55 0 .031 0 .031.032.031.484-.355 1.42-.742 2.195-.774.032 0 .032 0 .032.032v.032c-.13.097-.258.226-.355.355v.033h.032c.549 0 1.323.193 1.808.451.032.033 0 .097-.033.033-3.098-.743-5.454.807-6.003 1.194.065.032.065.032 0 .064z", fill: "#323544" }));
exports.default = Mailchimp;