@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.25 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@amaui/ui-react");
const IconMaterialBeenhere = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Beenhere', short_name: 'Beenhere', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 22.5q-.325 0-.625-.1t-.575-.3l-6-4.5q-.375-.275-.587-.7Q4 16.475 4 16V4q0-.825.588-1.413Q5.175 2 6 2h12q.825 0 1.413.587Q20 3.175 20 4v12q0 .475-.212.9-.213.425-.588.7l-6 4.5q-.275.2-.575.3-.3.1-.625.1Zm0-2 6-4.5V4H6v12Zm-1.05-5.925q.2 0 .388-.075.187-.075.312-.2l4.25-4.25q.275-.275.275-.688 0-.412-.275-.712-.3-.3-.712-.313-.413-.012-.713.288L10.95 12.15l-1.4-1.4q-.275-.275-.687-.275-.413 0-.713.275-.3.3-.312.712-.013.413.287.713L10.25 14.3q.125.125.312.2.188.075.388.075ZM12 4H6h12Z" }) })));
});
IconMaterialBeenhere.displayName = 'AmauiIconMaterialBeenhere';
exports.default = IconMaterialBeenhere;