iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.24 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 Mubi = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.357.033A3.357 3.357 0 000 3.39a3.357 3.357 0 003.357 3.357A3.357 3.357 0 006.713 3.39 3.357 3.357 0 003.357.033zm8.643 0A3.357 3.357 0 008.645 3.39 3.357 3.357 0 0012 6.746a3.357 3.357 0 003.357-3.357A3.357 3.357 0 0012 .033zm-8.643 8.61A3.357 3.357 0 000 12a3.357 3.357 0 003.357 3.355A3.357 3.357 0 006.713 12a3.357 3.357 0 00-3.356-3.357zm8.643 0A3.357 3.357 0 008.645 12 3.357 3.357 0 0012 15.355 3.357 3.357 0 0015.357 12 3.357 3.357 0 0012 8.643zm8.643 0A3.357 3.357 0 0017.287 12a3.357 3.357 0 003.356 3.355A3.357 3.357 0 0024 12a3.357 3.357 0 00-3.357-3.357zm-17.286 8.61A3.357 3.357 0 000 20.612a3.357 3.357 0 003.357 3.356 3.357 3.357 0 003.356-3.356 3.357 3.357 0 00-3.356-3.357zm8.643 0a3.357 3.357 0 00-3.355 3.358A3.357 3.357 0 0012 23.967a3.357 3.357 0 003.357-3.356A3.357 3.357 0 0012 17.254z" }));
exports.default = Mubi;