iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 846 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 Mix = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M.001 0v21.61c0 1.32 1.074 2.39 2.4 2.39a2.396 2.396 0 002.402-2.39V8.54c0 .014-.005.026-.006.04V6.364a2.395 2.395 0 012.399-2.393 2.396 2.396 0 012.398 2.393v9.356a2.394 2.394 0 002.398 2.393 2.394 2.394 0 002.398-2.39v-3.692a2.398 2.398 0 012.385-2.078 2.4 2.4 0 012.41 2.389v1.214a2.397 2.397 0 002.408 2.389 2.399 2.399 0 002.406-2.39V.006a4.61 4.61 0 00-.145-.004c-1.31 0-2.558.264-3.693.74A9.449 9.449 0 0123.841 0z" }));
exports.default = Mix;