iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 673 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 Anytype = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.333 0h13.334A5.322 5.322 0 0124 5.333v13.334A5.322 5.322 0 0118.667 24H5.333A5.322 5.322 0 010 18.667V5.333A5.322 5.322 0 015.333 0zm10.334 7.667v-3H6.344v3zm0 0v11.666h3V7.667zM9.5 19.333a4.833 4.833 0 100-9.666 4.833 4.833 0 000 9.666z" }));
exports.default = Anytype;