iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.3 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 Zapier = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.5 12.005c0 .732-.13 1.459-.384 2.144-.675.258-1.39.39-2.111.39h-.01a5.907 5.907 0 01-2.11-.39 6.16 6.16 0 01-.386-2.144v-.01c0-.755.137-1.477.384-2.145a5.894 5.894 0 012.112-.39h.008c.743 0 1.455.139 2.112.39.254.686.384 1.412.384 2.145v.01h.001zm7.361-1.698h-5.837l4.127-4.192a10.119 10.119 0 00-2.357-2.393l-4.128 4.192V1.985a9.897 9.897 0 00-1.66-.141h-.011c-.566 0-1.121.049-1.661.141v5.929L6.205 3.722c-.455.328-.881.695-1.276 1.096l-.002.002c-.394.4-.755.834-1.078 1.296l4.128 4.191H2.14S2 11.421 2 11.997v.007c0 .575.048 1.14.14 1.689h5.837l-4.129 4.191a10.15 10.15 0 002.358 2.394l4.128-4.191v5.928a9.95 9.95 0 001.659.142h.014c.556 0 1.11-.048 1.66-.142v-5.928l4.127 4.192c.455-.329.882-.696 1.277-1.096h.001c.394-.402.755-.835 1.079-1.297l-4.128-4.193h5.839c.09-.549.138-1.111.138-1.685v-.015c0-.565-.047-1.128-.138-1.685z", fill: "#323544" }));
exports.default = Zapier;