iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.88 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 Copilot = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.612 4.42a2.1 2.1 0 00-2.018-1.512h-.614a2.106 2.106 0 00-2.072 1.725l-1.053 5.736.262-.894a2.105 2.105 0 012.018-1.516h3.57l1.499.582 1.445-.582h-.423a2.1 2.1 0 01-2.018-1.512l-.596-2.027zM7.605 19.576a2.105 2.105 0 002.023 1.52h1.307a2.102 2.102 0 002.103-2.05l.142-5.53-.298 1.013a2.1 2.1 0 01-2.018 1.512H7.262l-1.284-.698-1.392.698h.413c.939 0 1.761.618 2.023 1.52l.583 2.015z", fill: "#323544" }),
React.createElement("path", { d: "M14.505 2.903H7.214c-2.086 0-3.335 2.752-4.166 5.509-.992 3.263-2.286 7.63 1.453 7.63H7.65a2.11 2.11 0 002.028-1.526 884.008 884.008 0 012.263-7.802c.382-1.294.702-2.401 1.191-3.095a1.63 1.63 0 011.374-.716z", fill: "#323544" }),
React.createElement("path", { d: "M14.505 2.903H7.214c-2.086 0-3.335 2.752-4.166 5.509-.992 3.263-2.286 7.63 1.453 7.63H7.65a2.11 2.11 0 002.028-1.526 884.008 884.008 0 012.263-7.802c.382-1.294.702-2.401 1.191-3.095a1.63 1.63 0 011.374-.716zM9.499 21.097h7.292c2.085 0 3.334-2.757 4.165-5.509.988-3.263 2.281-7.629-1.458-7.629H16.35c-.942 0-1.77.622-2.027 1.53a842.921 842.921 0 01-2.263 7.802c-.382 1.294-.703 2.406-1.192 3.095a1.623 1.623 0 01-1.369.711z", fill: "#323544" }),
React.createElement("path", { d: "M9.499 21.097h7.292c2.085 0 3.334-2.757 4.165-5.509.988-3.263 2.281-7.629-1.458-7.629H16.35c-.942 0-1.77.622-2.027 1.53a842.921 842.921 0 01-2.263 7.802c-.382 1.294-.703 2.406-1.192 3.095a1.623 1.623 0 01-1.369.711z", fill: "#323544" }));
exports.default = Copilot;