iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 575 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 Elementor = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 0C5.372 0 0 5.372 0 12c0 6.626 5.372 12 12 12s12-5.372 12-12c0-6.626-5.372-12-12-12zM9 17H7V7h2zm8 0h-6v-2h6zm0-4h-6v-2h6zm0-4h-6V7h6z" }));
exports.default = Elementor;