iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 935 B
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 Chromecast = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.032 17.428v2.746H4.78a2.744 2.744 0 00-2.747-2.746zm0-3.618v1.809c2.488 0 4.556 2.035 4.556 4.555h1.81c-.033-3.489-2.844-6.364-6.366-6.364zm3.651-6.365V8.93c3.586 1.163 6.43 4.039 7.593 7.625h5.105V7.445H5.683zm-3.65 2.746v1.81a8.197 8.197 0 018.206 8.206h1.777c.032-5.557-4.459-10.016-9.984-10.016zm18.221-6.397H3.81C2.808 3.794 2 4.634 2 5.636v2.746h1.81V5.636h16.38v12.697h-6.365v1.81h6.365c1.001 0 1.81-.809 1.81-1.81V5.636c.031-1.067-.776-1.842-1.746-1.842z", fill: "#323544" }));
exports.default = Chromecast;